Html Css Color HEX #878AF8 Light Slate Blue

📋 copy color: '#878AF8'

red 135 ◦ green 138 ◦ blue 248

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

Shades of Light Slate Blue #878AF8

Tints of Light Slate Blue #878AF8

RGB

 RED value IS 135 (53.13% from 255) = 25.91%

 GREEN value IS 138 (54.3% from 255) = 26.49%

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

R = 25.91%
G = 26.49%
B = 47.6%

CMYK

 C value IS 0.46

 M value IS 0.44

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#878AF8 (or 0x878AF8) is known color: Light Slate Blue. HEX triplet: 87, 8A and F8. RGB value is (135,138,248). Sum of RGB (Red+Green+Blue) = 135+138+248=521 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.91% from 521); Green value is 138 (54.30% from 255 or 26.49% from 521); Blue value is 248 (97.27% from 255 or 47.60% from 521); Max value from RGB is 248 - color contains mainly: blue. Hex color #878AF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878AF8 is #787507. Grayscale: #959595. Windows color (decimal): -7894280 or 16288391. OLE color: 16288391.

HSL color Cylindrical-coordinate representation of color #878AF8: hue angle of 238.41º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #878AF8 is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 135 138 248 -
CMYK 0.46 0.44 0 0.03
HSL 238.41º 0.89% 0.75% -
HSV(B) 238.41º 0.46% 0.97% -
XYZ 36.02 30.11 92.72 -
YUV 149.64 183.51 117.56 -
System Red Green Blue C M Y K H S L
Decimal 135 138 248 0.46 0.44 0 0.03 238.41 0.89 0.75
Hex 87 8A F8 2E 2C 0 3 EE 59 4B
Octal 207 212 370 56 54 0 3 356 131 113
Binary 10000111 10001010 11111000 101110 101100 0 11 11101110 1011001 1001011

Color Harmonies of #878AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878AF8

Black with #878AF8

Text Example


Text Example

White with #878AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878AF8; }

 p { color: rgb(135,138,248); }

 H1.HeaderClassName
 {
   color: #878AF8;
 }
 .AnyTagClassName
 {
   color: #878AF8;
 }
</style>

background-color css

<style>
 a { background-color: #878AF8; }

 a { background-color: rgb(135,138,248); }

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

border-color css

<style>
 span { border-color: #878AF8; }

 span { border-color: rgb(135,138,248); }

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