Html Css Color HEX #8868FF Light Slate Blue

📋 copy color: '#8868FF'

red 136 ◦ green 104 ◦ blue 255

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

Shades of Light Slate Blue #8868FF

Tints of Light Slate Blue #8868FF

RGB

 RED value IS 136 (53.52% from 255) = 27.47%

 GREEN value IS 104 (41.02% from 255) = 21.01%

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

R = 27.47%
G = 21.01%
B = 51.52%

CMYK

 C value IS 0.47

 M value IS 0.59

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8868FF (or 0x8868FF) is known color: Light Slate Blue. HEX triplet: 88, 68 and FF. RGB value is (136,104,255). Sum of RGB (Red+Green+Blue) = 136+104+255=495 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.47% from 495); Green value is 104 (41.02% from 255 or 21.01% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #8868FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8868FF is #779700. Grayscale: #828282. Windows color (decimal): -7837441 or 16738440. OLE color: 16738440.

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

Color convert

RGB 136 104 255 -
CMYK 0.47 0.59 0 0
HSL 252.72º 1% 0.7% -
HSV(B) 252.72º 0.59% 1% -
XYZ 33.15 22.35 97.18 -
YUV 130.78 198.1 131.72 -
System Red Green Blue C M Y K H S L
Decimal 136 104 255 0.47 0.59 0 0 252.72 1 0.7
Hex 88 68 FF 2F 3B 0 0 FD 64 46
Octal 210 150 377 57 73 0 0 375 144 106
Binary 10001000 1101000 11111111 101111 111011 0 0 11111101 1100100 1000110

Color Harmonies of #8868FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8868FF

Black with #8868FF

Text Example


Text Example

White with #8868FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,104,255); }

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

background-color css

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

 a { background-color: rgb(136,104,255); }

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

border-color css

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

 span { border-color: rgb(136,104,255); }

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