#9B69FA

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

Shades of Light Slate Blue #9B69FA

Tints of Light Slate Blue #9B69FA

Color information

#9B69FA (or 0x9B69FA) is unknown color: approx Light Slate Blue. HEX triplet: 9B, 69 and FA. RGB value is (155,105,250). Sum of RGB (Red+Green+Blue) = 155+105+250=510 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.39% from 510); Green value is 105 (41.41% from 255 or 20.59% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #9B69FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B69FA is #649605. Grayscale: #878787. Windows color (decimal): -6592006 or 16411035. OLE color: 16411035.

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

Color convert

RGB155105250-
CMYK0.380.5800.02
HSL260.69º93.55%69.61%-
HSV(B)260.69º58%98.04%-
XYZ35.8223.9793.18-
YUV136.48192.06141.21-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.39%
GREEN value IS 105 (41.41% from 255) = 20.59%
BLUE value IS 250 (98.05% from 255) = 49.02%
R=30.39%
G=20.59%
B=49.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1551052500.380.5800.02260.6993.5569.61
Hex9B69FA263A021055e46
Octal233151372467202405136106
Binary1001101111010011111101010011011101001010000010110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B69FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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