Html Css Color HEX #8872F8 Light Slate Blue

📋 copy color: '#8872F8'

red 136 ◦ green 114 ◦ blue 248

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

Shades of Light Slate Blue #8872F8

Tints of Light Slate Blue #8872F8

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.89%

 BLUE value IS 248 (97.27% from 255) = 49.8%

R = 27.31%
G = 22.89%
B = 49.8%

CMYK

 C value IS 0.45

 M value IS 0.54

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#8872F8 (or 0x8872F8) is known color: Light Slate Blue. HEX triplet: 88, 72 and F8. RGB value is (136,114,248). Sum of RGB (Red+Green+Blue) = 136+114+248=498 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.31% from 498); Green value is 114 (44.92% from 255 or 22.89% from 498); Blue value is 248 (97.27% from 255 or 49.80% from 498); Max value from RGB is 248 - color contains mainly: blue. Hex color #8872F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8872F8 is #778D07. Grayscale: #878787. Windows color (decimal): -7834888 or 16282248. OLE color: 16282248.

HSL color Cylindrical-coordinate representation of color #8872F8: hue angle of 249.85º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8872F8 is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 136 114 248 -
CMYK 0.45 0.54 0 0.03
HSL 249.85º 0.91% 0.71% -
HSV(B) 249.85º 0.54% 0.97% -
XYZ 33.11 24.05 91.7 -
YUV 135.85 191.29 128.1 -
System Red Green Blue C M Y K H S L
Decimal 136 114 248 0.45 0.54 0 0.03 249.85 0.91 0.71
Hex 88 72 F8 2D 36 0 3 FA 5B 47
Octal 210 162 370 55 66 0 3 372 133 107
Binary 10001000 1110010 11111000 101101 110110 0 11 11111010 1011011 1000111

Color Harmonies of #8872F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8872F8

Black with #8872F8

Text Example


Text Example

White with #8872F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8872F8; }

 p { color: rgb(136,114,248); }

 H1.HeaderClassName
 {
   color: #8872F8;
 }
 .AnyTagClassName
 {
   color: #8872F8;
 }
</style>

background-color css

<style>
 a { background-color: #8872F8; }

 a { background-color: rgb(136,114,248); }

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

border-color css

<style>
 span { border-color: #8872F8; }

 span { border-color: rgb(136,114,248); }

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