Html Css Color HEX #8756FE Light Slate Blue

📋 copy color: '#8756FE'

red 135 ◦ green 86 ◦ blue 254

#8756FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #8756FE

Tints of Light Slate Blue #8756FE

RGB

 RED value IS 135 (53.13% from 255) = 28.42%

 GREEN value IS 86 (33.98% from 255) = 18.11%

 BLUE value IS 254 (99.61% from 255) = 53.47%

R = 28.42%
G = 18.11%
B = 53.47%

CMYK

 C value IS 0.47

 M value IS 0.66

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8756FE (or 0x8756FE) is known color: Light Slate Blue. HEX triplet: 87, 56 and FE. RGB value is (135,86,254). Sum of RGB (Red+Green+Blue) = 135+86+254=475 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.42% from 475); Green value is 86 (33.98% from 255 or 18.11% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #8756FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8756FE is #78A901. Grayscale: #777777. Windows color (decimal): -7907586 or 16668295. OLE color: 16668295.

HSL color Cylindrical-coordinate representation of color #8756FE: hue angle of 257.5º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8756FE is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 135 86 254 -
CMYK 0.47 0.66 0 0.00
HSL 257.5º 0.99% 0.67% -
HSV(B) 257.5º 0.66% 1% -
XYZ 31.21 18.96 95.78 -
YUV 119.8 203.73 138.84 -
System Red Green Blue C M Y K H S L
Decimal 135 86 254 0.47 0.66 0 0.00 257.5 0.99 0.67
Hex 87 56 FE 2F 42 0 0 102 63 43
Octal 207 126 376 57 102 0 0 402 143 103
Binary 10000111 1010110 11111110 101111 1000010 0 0 100000010 1100011 1000011

Color Harmonies of #8756FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8756FE

Black with #8756FE

Text Example


Text Example

White with #8756FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8756FE; }

 p { color: rgb(135,86,254); }

 H1.HeaderClassName
 {
   color: #8756FE;
 }
 .AnyTagClassName
 {
   color: #8756FE;
 }
</style>

background-color css

<style>
 a { background-color: #8756FE; }

 a { background-color: rgb(135,86,254); }

 div.DivClassName
 {
   background-color: #8756FE;
 }
 .BgClassName
 {
   background-color: #8756FE;
 }
</style>

border-color css

<style>
 span { border-color: #8756FE; }

 span { border-color: rgb(135,86,254); }

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