Html Css Color HEX #878CFB Light Slate Blue

📋 copy color: '#878CFB'

red 135 ◦ green 140 ◦ blue 251

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

Shades of Light Slate Blue #878CFB

Tints of Light Slate Blue #878CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.72%

R = 25.67%
G = 26.62%
B = 47.72%

CMYK

 C value IS 0.46

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#878CFB (or 0x878CFB) is known color: Light Slate Blue. HEX triplet: 87, 8C and FB. RGB value is (135,140,251). Sum of RGB (Red+Green+Blue) = 135+140+251=526 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.67% from 526); Green value is 140 (55.08% from 255 or 26.62% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #878CFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878CFB is #787304. Grayscale: #969696. Windows color (decimal): -7893765 or 16485511. OLE color: 16485511.

HSL color Cylindrical-coordinate representation of color #878CFB: hue angle of 237.41º degrees, saturation: 0.94, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #878CFB is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 135 140 251 -
CMYK 0.46 0.44 0 0.02
HSL 237.41º 0.94% 0.76% -
HSV(B) 237.41º 0.46% 0.98% -
XYZ 36.78 30.87 95.29 -
YUV 151.16 184.34 116.47 -
System Red Green Blue C M Y K H S L
Decimal 135 140 251 0.46 0.44 0 0.02 237.41 0.94 0.76
Hex 87 8C FB 2E 2C 0 2 ED 5E 4C
Octal 207 214 373 56 54 0 2 355 136 114
Binary 10000111 10001100 11111011 101110 101100 0 10 11101101 1011110 1001100

Color Harmonies of #878CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878CFB

Black with #878CFB

Text Example


Text Example

White with #878CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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