Html Css Color HEX #878EBA Wild Blue Yonder

📋 copy color: '#878EBA'

red 135 ◦ green 142 ◦ blue 186

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

Shades of Wild Blue Yonder #878EBA

Tints of Wild Blue Yonder #878EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.17%

R = 29.16%
G = 30.67%
B = 40.17%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#878EBA (or 0x878EBA) is known color: Wild Blue Yonder. HEX triplet: 87, 8E and BA. RGB value is (135,142,186). Sum of RGB (Red+Green+Blue) = 135+142+186=463 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.16% from 463); Green value is 142 (55.86% from 255 or 30.67% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #878EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878EBA is #787145. Grayscale: #909090. Windows color (decimal): -7893318 or 12226183. OLE color: 12226183.

HSL color Cylindrical-coordinate representation of color #878EBA: hue angle of 231.76º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #878EBA is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 135 142 186 -
CMYK 0.27 0.24 0 0.27
HSL 231.76º 0.27% 0.63% -
HSV(B) 231.76º 0.27% 0.73% -
XYZ 28.53 28.04 50.36 -
YUV 144.92 151.18 120.92 -
System Red Green Blue C M Y K H S L
Decimal 135 142 186 0.27 0.24 0 0.27 231.76 0.27 0.63
Hex 87 8E BA 1B 18 0 1B E8 1B 3F
Octal 207 216 272 33 30 0 33 350 33 77
Binary 10000111 10001110 10111010 11011 11000 0 11011 11101000 11011 111111

Color Harmonies of #878EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878EBA

Black with #878EBA

Text Example


Text Example

White with #878EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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