Html Css Color HEX #878FFC Light Slate Blue

📋 copy color: '#878FFC'

red 135 ◦ green 143 ◦ blue 252

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

Shades of Light Slate Blue #878FFC

Tints of Light Slate Blue #878FFC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.98%

 BLUE value IS 252 (98.83% from 255) = 47.55%

R = 25.47%
G = 26.98%
B = 47.55%

CMYK

 C value IS 0.46

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#878FFC (or 0x878FFC) is known color: Light Slate Blue. HEX triplet: 87, 8F and FC. RGB value is (135,143,252). Sum of RGB (Red+Green+Blue) = 135+143+252=530 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.47% from 530); Green value is 143 (56.25% from 255 or 26.98% from 530); Blue value is 252 (98.83% from 255 or 47.55% from 530); Max value from RGB is 252 - color contains mainly: blue. Hex color #878FFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878FFC is #787003. Grayscale: #989898. Windows color (decimal): -7892996 or 16551815. OLE color: 16551815.

HSL color Cylindrical-coordinate representation of color #878FFC: hue angle of 235.9º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #878FFC is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 135 143 252 -
CMYK 0.46 0.43 0 0.01
HSL 235.9º 0.95% 0.76% -
HSV(B) 235.9º 0.46% 0.99% -
XYZ 37.38 31.82 96.27 -
YUV 153.03 183.85 115.14 -
System Red Green Blue C M Y K H S L
Decimal 135 143 252 0.46 0.43 0 0.01 235.9 0.95 0.76
Hex 87 8F FC 2E 2B 0 1 EC 5F 4C
Octal 207 217 374 56 53 0 1 354 137 114
Binary 10000111 10001111 11111100 101110 101011 0 1 11101100 1011111 1001100

Color Harmonies of #878FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878FFC

Black with #878FFC

Text Example


Text Example

White with #878FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,143,252); }

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

background-color css

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

 a { background-color: rgb(135,143,252); }

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

border-color css

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

 span { border-color: rgb(135,143,252); }

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