#8767FC

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

Shades of Light Slate Blue #8767FC

Tints of Light Slate Blue #8767FC

Color information

#8767FC (or 0x8767FC) is unknown color: approx Light Slate Blue. HEX triplet: 87, 67 and FC. RGB value is (135,103,252). Sum of RGB (Red+Green+Blue) = 135+103+252=490 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.55% from 490); Green value is 103 (40.62% from 255 or 21.02% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #8767FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8767FC is #789803. Grayscale: #808080. Windows color (decimal): -7903236 or 16541575. OLE color: 16541575.

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

Color convert

RGB135103252-
CMYK0.460.5900.01
HSL252.89º96.13%69.61%-
HSV(B)252.89º59.13%98.82%-
XYZ32.4121.8894.61-
YUV129.55197.1131.88-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.55%
GREEN value IS 103 (40.62% from 255) = 21.02%
BLUE value IS 252 (98.83% from 255) = 51.43%
R=27.55%
G=21.02%
B=51.43%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1351032520.460.5900.01252.8996.1369.61
Hex8767FC2E3B01fd6046
Octal207147374567301375140106
Binary10000111110011111111100101110111011011111110111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8767FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8767FC; }

 p { color: rgb(135,103,252); }

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

<style>
 a { background-color: #8767FC; }

 a { background-color: rgb(135,103,252); }

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

<style>
 span { border-color: #8767FC; }

 span { border-color: rgb(135,103,252); }

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