Html Css Color HEX #878CFF Light Slate Blue

📋 copy color: '#878CFF'

red 135 ◦ green 140 ◦ blue 255

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

Shades of Light Slate Blue #878CFF

Tints of Light Slate Blue #878CFF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.42%

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

R = 25.47%
G = 26.42%
B = 48.11%

CMYK

 C value IS 0.47

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#878CFF (or 0x878CFF) is known color: Light Slate Blue. HEX triplet: 87, 8C and FF. RGB value is (135,140,255). Sum of RGB (Red+Green+Blue) = 135+140+255=530 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.47% from 530); Green value is 140 (55.08% from 255 or 26.42% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #878CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878CFF is #787300. Grayscale: #979797. Windows color (decimal): -7893761 or 16747655. OLE color: 16747655.

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

Color convert

RGB 135 140 255 -
CMYK 0.47 0.45 0 0
HSL 237.5º 1% 0.76% -
HSV(B) 237.5º 0.47% 1% -
XYZ 37.42 31.13 98.64 -
YUV 151.62 186.34 116.15 -
System Red Green Blue C M Y K H S L
Decimal 135 140 255 0.47 0.45 0 0 237.5 1 0.76
Hex 87 8C FF 2F 2D 0 0 EE 64 4C
Octal 207 214 377 57 55 0 0 356 144 114
Binary 10000111 10001100 11111111 101111 101101 0 0 11101110 1100100 1001100

Color Harmonies of #878CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878CFF

Black with #878CFF

Text Example


Text Example

White with #878CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,140,255); }

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

background-color css

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

 a { background-color: rgb(135,140,255); }

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

border-color css

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

 span { border-color: rgb(135,140,255); }

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