Html Css Color HEX #878CBA Wild Blue Yonder

📋 copy color: '#878CBA'

red 135 ◦ green 140 ◦ blue 186

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

Shades of Wild Blue Yonder #878CBA

Tints of Wild Blue Yonder #878CBA

RGB

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

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

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

R = 29.28%
G = 30.37%
B = 40.35%

CMYK

 C value IS 0.27

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#878CBA (or 0x878CBA) is known color: Wild Blue Yonder. HEX triplet: 87, 8C and BA. RGB value is (135,140,186). Sum of RGB (Red+Green+Blue) = 135+140+186=461 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.28% from 461); Green value is 140 (55.08% from 255 or 30.37% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: blue. Hex color #878CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878CBA is #787345. Grayscale: #8F8F8F. Windows color (decimal): -7893830 or 12225671. OLE color: 12225671.

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

Color convert

RGB 135 140 186 -
CMYK 0.27 0.25 0 0.27
HSL 234.12º 0.27% 0.63% -
HSV(B) 234.12º 0.27% 0.73% -
XYZ 28.23 27.45 50.27 -
YUV 143.75 151.84 121.76 -
System Red Green Blue C M Y K H S L
Decimal 135 140 186 0.27 0.25 0 0.27 234.12 0.27 0.63
Hex 87 8C BA 1B 19 0 1B EA 1B 3F
Octal 207 214 272 33 31 0 33 352 33 77
Binary 10000111 10001100 10111010 11011 11001 0 11011 11101010 11011 111111

Color Harmonies of #878CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878CBA

Black with #878CBA

Text Example


Text Example

White with #878CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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