Html Css Color HEX #878DF8 Light Slate Blue

📋 copy color: '#878DF8'

red 135 ◦ green 141 ◦ blue 248

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

Shades of Light Slate Blue #878DF8

Tints of Light Slate Blue #878DF8

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.91%

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

R = 25.76%
G = 26.91%
B = 47.33%

CMYK

 C value IS 0.46

 M value IS 0.43

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#878DF8 (or 0x878DF8) is known color: Light Slate Blue. HEX triplet: 87, 8D and F8. RGB value is (135,141,248). Sum of RGB (Red+Green+Blue) = 135+141+248=524 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.76% from 524); Green value is 141 (55.47% from 255 or 26.91% from 524); Blue value is 248 (97.27% from 255 or 47.33% from 524); Max value from RGB is 248 - color contains mainly: blue. Hex color #878DF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878DF8 is #787207. Grayscale: #969696. Windows color (decimal): -7893512 or 16289159. OLE color: 16289159.

HSL color Cylindrical-coordinate representation of color #878DF8: hue angle of 236.81º 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 #878DF8 is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 135 141 248 -
CMYK 0.46 0.43 0 0.03
HSL 236.81º 0.89% 0.75% -
HSV(B) 236.81º 0.46% 0.97% -
XYZ 36.46 30.98 92.86 -
YUV 151.4 182.51 116.3 -
System Red Green Blue C M Y K H S L
Decimal 135 141 248 0.46 0.43 0 0.03 236.81 0.89 0.75
Hex 87 8D F8 2E 2B 0 3 ED 59 4B
Octal 207 215 370 56 53 0 3 355 131 113
Binary 10000111 10001101 11111000 101110 101011 0 11 11101101 1011001 1001011

Color Harmonies of #878DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878DF8

Black with #878DF8

Text Example


Text Example

White with #878DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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