Html Css Color HEX #8756FF Light Slate Blue

📋 copy color: '#8756FF'

red 135 ◦ green 86 ◦ blue 255

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

Shades of Light Slate Blue #8756FF

Tints of Light Slate Blue #8756FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.57%

R = 28.36%
G = 18.07%
B = 53.57%

CMYK

 C value IS 0.47

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8756FF (or 0x8756FF) is known color: Light Slate Blue. HEX triplet: 87, 56 and FF. RGB value is (135,86,255). Sum of RGB (Red+Green+Blue) = 135+86+255=476 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.36% from 476); Green value is 86 (33.98% from 255 or 18.07% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #8756FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8756FF is #78A900. Grayscale: #777777. Windows color (decimal): -7907585 or 16733831. OLE color: 16733831.

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

Color convert

RGB 135 86 255 -
CMYK 0.47 0.66 0 0
HSL 257.4º 1% 0.67% -
HSV(B) 257.4º 0.66% 1% -
XYZ 31.37 19.03 96.63 -
YUV 119.92 204.23 138.76 -
System Red Green Blue C M Y K H S L
Decimal 135 86 255 0.47 0.66 0 0 257.4 1 0.67
Hex 87 56 FF 2F 42 0 0 101 64 43
Octal 207 126 377 57 102 0 0 401 144 103
Binary 10000111 1010110 11111111 101111 1000010 0 0 100000001 1100100 1000011

Color Harmonies of #8756FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8756FF

Black with #8756FF

Text Example


Text Example

White with #8756FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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