#878CBC

Color #878CBC Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #878CBC

Tints of Wild Blue Yonder #878CBC

Color information

#878CBC (or 0x878CBC) is unknown color: approx Wild Blue Yonder. HEX triplet: 87, 8C and BC. RGB value is (135,140,188). Sum of RGB (Red+Green+Blue) = 135+140+188=463 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.16% from 463); Green value is 140 (55.08% from 255 or 30.24% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 188 - color contains mainly: blue. Hex color #878CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878CBC is #787343. Grayscale: #8F8F8F. Windows color (decimal): -7893828 or 12356743. OLE color: 12356743.

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

Color convert

RGB135140188-
CMYK0.280.2600.26
HSL234.34º28.34%63.33%-
HSV(B)234.34º28.19%73.73%-
XYZ28.4527.5451.39-
YUV143.98152.84121.6-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.16%
GREEN value IS 140 (55.08% from 255) = 30.24%
BLUE value IS 188 (73.83% from 255) = 40.60%
R=29.16%
G=30.24%
B=40.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1351401880.280.2600.26234.3428.3463.33
Hex878CBC1C1A01Aea1c3f
Octal20721427434320323523477
Binary10000111100011001011110011100110100110101110101011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #878CBC;
 }
 .AnyTagClassName
 {
   color: #878CBC;
 }
</style>
background-color css

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

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

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

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

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

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