Html Css Color HEX #878CBE Wild Blue Yonder

📋 copy color: '#878CBE'

red 135 ◦ green 140 ◦ blue 190

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

Shades of Wild Blue Yonder #878CBE

Tints of Wild Blue Yonder #878CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.86%

R = 29.03%
G = 30.11%
B = 40.86%

CMYK

 C value IS 0.29

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#878CBE (or 0x878CBE) is known color: Wild Blue Yonder. HEX triplet: 87, 8C and BE. RGB value is (135,140,190). Sum of RGB (Red+Green+Blue) = 135+140+190=465 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.03% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: blue. Hex color #878CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878CBE is #787341. Grayscale: #909090. Windows color (decimal): -7893826 or 12487815. OLE color: 12487815.

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

Color convert

RGB 135 140 190 -
CMYK 0.29 0.26 0 0.25
HSL 234.55º 0.3% 0.64% -
HSV(B) 234.55º 0.29% 0.75% -
XYZ 28.66 27.62 52.54 -
YUV 144.21 153.84 121.43 -
System Red Green Blue C M Y K H S L
Decimal 135 140 190 0.29 0.26 0 0.25 234.55 0.3 0.64
Hex 87 8C BE 1D 1A 0 19 EB 1E 40
Octal 207 214 276 35 32 0 31 353 36 100
Binary 10000111 10001100 10111110 11101 11010 0 11001 11101011 11110 1000000

Color Harmonies of #878CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878CBE

Black with #878CBE

Text Example


Text Example

White with #878CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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