Html Css Color HEX #878BBA Wild Blue Yonder

📋 copy color: '#878BBA'

red 135 ◦ green 139 ◦ blue 186

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

Shades of Wild Blue Yonder #878BBA

Tints of Wild Blue Yonder #878BBA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.22%

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

R = 29.35%
G = 30.22%
B = 40.43%

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

#878BBA (or 0x878BBA) is known color: Wild Blue Yonder. HEX triplet: 87, 8B and BA. RGB value is (135,139,186). Sum of RGB (Red+Green+Blue) = 135+139+186=460 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.35% from 460); Green value is 139 (54.69% from 255 or 30.22% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 186 - color contains mainly: blue. Hex color #878BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878BBA is #787445. Grayscale: #8E8E8E. Windows color (decimal): -7894086 or 12225415. OLE color: 12225415.

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

Color convert

RGB 135 139 186 -
CMYK 0.27 0.25 0 0.27
HSL 235.29º 0.27% 0.63% -
HSV(B) 235.29º 0.27% 0.73% -
XYZ 28.09 27.16 50.22 -
YUV 143.16 152.17 122.18 -
System Red Green Blue C M Y K H S L
Decimal 135 139 186 0.27 0.25 0 0.27 235.29 0.27 0.63
Hex 87 8B BA 1B 19 0 1B EB 1B 3F
Octal 207 213 272 33 31 0 33 353 33 77
Binary 10000111 10001011 10111010 11011 11001 0 11011 11101011 11011 111111

Color Harmonies of #878BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878BBA

Black with #878BBA

Text Example


Text Example

White with #878BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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