#8762FD

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

Shades of Light Slate Blue #8762FD

Tints of Light Slate Blue #8762FD

Color information

#8762FD (or 0x8762FD) is unknown color: approx Light Slate Blue. HEX triplet: 87, 62 and FD. RGB value is (135,98,253). Sum of RGB (Red+Green+Blue) = 135+98+253=486 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.78% from 486); Green value is 98 (38.67% from 255 or 20.16% from 486); Blue value is 253 (99.22% from 255 or 52.06% from 486); Max value from RGB is 253 - color contains mainly: blue. Hex color #8762FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8762FD is #789D02. Grayscale: #7E7E7E. Windows color (decimal): -7904515 or 16605831. OLE color: 16605831.

HSL color Cylindrical-coordinate representation of color #8762FD: hue angle of 254.32º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8762FD is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB13598253-
CMYK0.470.6100.01
HSL254.32º97.48%68.82%-
HSV(B)254.32º61.26%99.22%-
XYZ32.0920.9895.29-
YUV126.73199.26133.9-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.78%
GREEN value IS 98 (38.67% from 255) = 20.16%
BLUE value IS 253 (99.22% from 255) = 52.06%
R=27.78%
G=20.16%
B=52.06%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal135982530.470.6100.01254.3297.4868.82
Hex8762FD2F3D01fe6145
Octal207142375577501376141105
Binary10000111110001011111101101111111101011111111011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8762FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8762FD; }

 p { color: rgb(135,98,253); }

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

<style>
 a { background-color: #8762FD; }

 a { background-color: rgb(135,98,253); }

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

<style>
 span { border-color: #8762FD; }

 span { border-color: rgb(135,98,253); }

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