Html Css Color HEX #878EC0 Wild Blue Yonder

📋 copy color: '#878EC0'

red 135 ◦ green 142 ◦ blue 192

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

Shades of Wild Blue Yonder #878EC0

Tints of Wild Blue Yonder #878EC0

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.28%

 BLUE value IS 192 (75.39% from 255) = 40.94%

R = 28.78%
G = 30.28%
B = 40.94%

CMYK

 C value IS 0.30

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#878EC0 (or 0x878EC0) is known color: Wild Blue Yonder. HEX triplet: 87, 8E and C0. RGB value is (135,142,192). Sum of RGB (Red+Green+Blue) = 135+142+192=469 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.78% from 469); Green value is 142 (55.86% from 255 or 30.28% from 469); Blue value is 192 (75.39% from 255 or 40.94% from 469); Max value from RGB is 192 - color contains mainly: blue. Hex color #878EC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878EC0 is #78713F. Grayscale: #919191. Windows color (decimal): -7893312 or 12619399. OLE color: 12619399.

HSL color Cylindrical-coordinate representation of color #878EC0: hue angle of 232.63º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #878EC0 is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 135 142 192 -
CMYK 0.30 0.26 0 0.25
HSL 232.63º 0.31% 0.64% -
HSV(B) 232.63º 0.3% 0.75% -
XYZ 29.18 28.3 53.79 -
YUV 145.61 154.18 120.43 -
System Red Green Blue C M Y K H S L
Decimal 135 142 192 0.30 0.26 0 0.25 232.63 0.31 0.64
Hex 87 8E C0 1E 1A 0 19 E9 1F 40
Octal 207 216 300 36 32 0 31 351 37 100
Binary 10000111 10001110 11000000 11110 11010 0 11001 11101001 11111 1000000

Color Harmonies of #878EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878EC0

Black with #878EC0

Text Example


Text Example

White with #878EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,142,192); }

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

background-color css

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

 a { background-color: rgb(135,142,192); }

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

border-color css

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

 span { border-color: rgb(135,142,192); }

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