Html Css Color HEX #8886FE Light Slate Blue

📋 copy color: '#8886FE'

red 136 ◦ green 134 ◦ blue 254

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

Shades of Light Slate Blue #8886FE

Tints of Light Slate Blue #8886FE

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.57%

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

R = 25.95%
G = 25.57%
B = 48.47%

CMYK

 C value IS 0.46

 M value IS 0.47

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8886FE (or 0x8886FE) is known color: Light Slate Blue. HEX triplet: 88, 86 and FE. RGB value is (136,134,254). Sum of RGB (Red+Green+Blue) = 136+134+254=524 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.95% from 524); Green value is 134 (52.73% from 255 or 25.57% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #8886FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8886FE is #777901. Grayscale: #939393. Windows color (decimal): -7829762 or 16680584. OLE color: 16680584.

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

Color convert

RGB 136 134 254 -
CMYK 0.46 0.47 0 0.00
HSL 241º 0.98% 0.76% -
HSV(B) 241º 0.47% 1% -
XYZ 36.57 29.44 97.52 -
YUV 148.28 187.66 119.24 -
System Red Green Blue C M Y K H S L
Decimal 136 134 254 0.46 0.47 0 0.00 241 0.98 0.76
Hex 88 86 FE 2E 2F 0 0 F1 62 4C
Octal 210 206 376 56 57 0 0 361 142 114
Binary 10001000 10000110 11111110 101110 101111 0 0 11110001 1100010 1001100

Color Harmonies of #8886FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8886FE

Black with #8886FE

Text Example


Text Example

White with #8886FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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