Html Css Color HEX #8868FE Light Slate Blue

📋 copy color: '#8868FE'

red 136 ◦ green 104 ◦ blue 254

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

Shades of Light Slate Blue #8868FE

Tints of Light Slate Blue #8868FE

RGB

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

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

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

R = 27.53%
G = 21.05%
B = 51.42%

CMYK

 C value IS 0.46

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8868FE (or 0x8868FE) is known color: Light Slate Blue. HEX triplet: 88, 68 and FE. RGB value is (136,104,254). Sum of RGB (Red+Green+Blue) = 136+104+254=494 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.53% from 494); Green value is 104 (41.02% from 255 or 21.05% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #8868FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8868FE is #779701. Grayscale: #828282. Windows color (decimal): -7837442 or 16672904. OLE color: 16672904.

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

Color convert

RGB 136 104 254 -
CMYK 0.46 0.59 0 0.00
HSL 252.8º 0.99% 0.7% -
HSV(B) 252.8º 0.59% 1% -
XYZ 32.99 22.29 96.33 -
YUV 130.67 197.6 131.8 -
System Red Green Blue C M Y K H S L
Decimal 136 104 254 0.46 0.59 0 0.00 252.8 0.99 0.7
Hex 88 68 FE 2E 3B 0 0 FD 63 46
Octal 210 150 376 56 73 0 0 375 143 106
Binary 10001000 1101000 11111110 101110 111011 0 0 11111101 1100011 1000110

Color Harmonies of #8868FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8868FE

Black with #8868FE

Text Example


Text Example

White with #8868FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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