#9B69FC

Color #9B69FC Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #9B69FC

Tints of Light Slate Blue #9B69FC

Color information

#9B69FC (or 0x9B69FC) is unknown color: approx Light Slate Blue. HEX triplet: 9B, 69 and FC. RGB value is (155,105,252). Sum of RGB (Red+Green+Blue) = 155+105+252=512 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.27% from 512); Green value is 105 (41.41% from 255 or 20.51% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #9B69FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B69FC is #649603. Grayscale: #888888. Windows color (decimal): -6592004 or 16542107. OLE color: 16542107.

HSL color Cylindrical-coordinate representation of color #9B69FC: hue angle of 260.41º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9B69FC is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB155105252-
CMYK0.380.5800.01
HSL260.41º96.08%70%-
HSV(B)260.41º58.33%98.82%-
XYZ36.1424.194.84-
YUV136.71193.06141.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 155 (60.94% from 255) = 30.27%
GREEN value IS 105 (41.41% from 255) = 20.51%
BLUE value IS 252 (98.83% from 255) = 49.22%
R=30.27%
G=20.51%
B=49.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1551052520.380.5800.01260.4196.0870
Hex9B69FC263A011046046
Octal233151374467201404140106
Binary100110111101001111111001001101110100110000010011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B69FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B69FC; }

 p { color: rgb(155,105,252); }

 H1.HeaderClassName
 {
   color: #9B69FC;
 }
 .AnyTagClassName
 {
   color: #9B69FC;
 }
</style>
background-color css

<style>
 a { background-color: #9B69FC; }

 a { background-color: rgb(155,105,252); }

 div.DivClassName
 {
   background-color: #9B69FC;
 }
 .BgClassName
 {
   background-color: #9B69FC;
 }
</style>
border-color css

<style>
 span { border-color: #9B69FC; }

 span { border-color: rgb(155,105,252); }

 td.TdClassName
 {
   border-color: #9B69FC;
 }
 .TagClassName
 {
   border-color: #9B69FC;
 }
</style>