#8769FA

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

Shades of Light Slate Blue #8769FA

Tints of Light Slate Blue #8769FA

Color information

#8769FA (or 0x8769FA) is unknown color: approx Light Slate Blue. HEX triplet: 87, 69 and FA. RGB value is (135,105,250). Sum of RGB (Red+Green+Blue) = 135+105+250=490 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.55% from 490); Green value is 105 (41.41% from 255 or 21.43% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #8769FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8769FA is #789605. Grayscale: #818181. Windows color (decimal): -7902726 or 16411015. OLE color: 16411015.

HSL color Cylindrical-coordinate representation of color #8769FA: hue angle of 252.41º 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 #8769FA is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB135105250-
CMYK0.460.5800.02
HSL252.41º93.55%69.61%-
HSV(B)252.41º58%98.04%-
XYZ32.322.1693.02-
YUV130.5195.44131.21-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.55%
GREEN value IS 105 (41.41% from 255) = 21.43%
BLUE value IS 250 (98.05% from 255) = 51.02%
R=27.55%
G=21.43%
B=51.02%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1351052500.460.5800.02252.4193.5569.61
Hex8769FA2E3A02fc5e46
Octal207151372567202374136106
Binary100001111101001111110101011101110100101111110010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8769FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8769FA; }

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

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

<style>
 a { background-color: #8769FA; }

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

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

<style>
 span { border-color: #8769FA; }

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

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