Html Css Color HEX #8879FF Light Slate Blue

📋 copy color: '#8879FF'

red 136 ◦ green 121 ◦ blue 255

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

Shades of Light Slate Blue #8879FF

Tints of Light Slate Blue #8879FF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.63%

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

R = 26.56%
G = 23.63%
B = 49.8%

CMYK

 C value IS 0.47

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8879FF (or 0x8879FF) is known color: Light Slate Blue. HEX triplet: 88, 79 and FF. RGB value is (136,121,255). Sum of RGB (Red+Green+Blue) = 136+121+255=512 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.56% from 512); Green value is 121 (47.66% from 255 or 23.63% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #8879FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8879FF is #778600. Grayscale: #8C8C8C. Windows color (decimal): -7833089 or 16742792. OLE color: 16742792.

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

Color convert

RGB 136 121 255 -
CMYK 0.47 0.53 0 0
HSL 246.72º 1% 0.74% -
HSV(B) 246.72º 0.53% 1% -
XYZ 35.04 26.13 97.8 -
YUV 140.76 192.47 124.6 -
System Red Green Blue C M Y K H S L
Decimal 136 121 255 0.47 0.53 0 0 246.72 1 0.74
Hex 88 79 FF 2F 35 0 0 F7 64 4A
Octal 210 171 377 57 65 0 0 367 144 112
Binary 10001000 1111001 11111111 101111 110101 0 0 11110111 1100100 1001010

Color Harmonies of #8879FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8879FF

Black with #8879FF

Text Example


Text Example

White with #8879FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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