Html Css Color HEX #878FB9 Wild Blue Yonder

📋 copy color: '#878FB9'

red 135 ◦ green 143 ◦ blue 185

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

Shades of Wild Blue Yonder #878FB9

Tints of Wild Blue Yonder #878FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.96%

R = 29.16%
G = 30.89%
B = 39.96%

CMYK

 C value IS 0.27

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#878FB9 (or 0x878FB9) is known color: Wild Blue Yonder. HEX triplet: 87, 8F and B9. RGB value is (135,143,185). Sum of RGB (Red+Green+Blue) = 135+143+185=463 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.16% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 185 (72.66% from 255 or 39.96% from 463); Max value from RGB is 185 - color contains mainly: blue. Hex color #878FB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878FB9 is #787046. Grayscale: #919191. Windows color (decimal): -7893063 or 12160903. OLE color: 12160903.

HSL color Cylindrical-coordinate representation of color #878FB9: hue angle of 230.4º degrees, saturation: 0.26, 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 #878FB9 is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 135 143 185 -
CMYK 0.27 0.23 0 0.27
HSL 230.4º 0.26% 0.63% -
HSV(B) 230.4º 0.27% 0.73% -
XYZ 28.57 28.3 49.86 -
YUV 145.4 150.35 120.58 -
System Red Green Blue C M Y K H S L
Decimal 135 143 185 0.27 0.23 0 0.27 230.4 0.26 0.63
Hex 87 8F B9 1B 17 0 1B E6 1A 3F
Octal 207 217 271 33 27 0 33 346 32 77
Binary 10000111 10001111 10111001 11011 10111 0 11011 11100110 11010 111111

Color Harmonies of #878FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878FB9

Black with #878FB9

Text Example


Text Example

White with #878FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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