Html Css Color HEX #878FFF Light Slate Blue

📋 copy color: '#878FFF'

red 135 ◦ green 143 ◦ blue 255

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

Shades of Light Slate Blue #878FFF

Tints of Light Slate Blue #878FFF

RGB

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

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

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

R = 25.33%
G = 26.83%
B = 47.84%

CMYK

 C value IS 0.47

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#878FFF (or 0x878FFF) is known color: Light Slate Blue. HEX triplet: 87, 8F and FF. RGB value is (135,143,255). Sum of RGB (Red+Green+Blue) = 135+143+255=533 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.33% from 533); Green value is 143 (56.25% from 255 or 26.83% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #878FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878FFF is #787000. Grayscale: #989898. Windows color (decimal): -7892993 or 16748423. OLE color: 16748423.

HSL color Cylindrical-coordinate representation of color #878FFF: hue angle of 236º 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 #878FFF is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 135 143 255 -
CMYK 0.47 0.44 0 0
HSL 236º 1% 0.76% -
HSV(B) 236º 0.47% 1% -
XYZ 37.86 32.02 98.79 -
YUV 153.38 185.35 114.89 -
System Red Green Blue C M Y K H S L
Decimal 135 143 255 0.47 0.44 0 0 236 1 0.76
Hex 87 8F FF 2F 2C 0 0 EC 64 4C
Octal 207 217 377 57 54 0 0 354 144 114
Binary 10000111 10001111 11111111 101111 101100 0 0 11101100 1100100 1001100

Color Harmonies of #878FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878FFF

Black with #878FFF

Text Example


Text Example

White with #878FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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