#878AC2

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

Shades of Wild Blue Yonder #878AC2

Tints of Wild Blue Yonder #878AC2

Color information

#878AC2 (or 0x878AC2) is unknown color: approx Wild Blue Yonder. HEX triplet: 87, 8A and C2. RGB value is (135,138,194). Sum of RGB (Red+Green+Blue) = 135+138+194=467 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.91% from 467); Green value is 138 (54.30% from 255 or 29.55% from 467); Blue value is 194 (76.17% from 255 or 41.54% from 467); Max value from RGB is 194 - color contains mainly: blue. Hex color #878AC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878AC2 is #78753D. Grayscale: #8F8F8F. Windows color (decimal): -7894334 or 12749447. OLE color: 12749447.

HSL color Cylindrical-coordinate representation of color #878AC2: hue angle of 236.95º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #878AC2 is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB135138194-
CMYK0.300.2900.24
HSL236.95º32.6%64.51%-
HSV(B)236.95º30.41%76.08%-
XYZ28.8227.2254.77-
YUV143.49156.51121.95-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.91%
GREEN value IS 138 (54.30% from 255) = 29.55%
BLUE value IS 194 (76.17% from 255) = 41.54%
R=28.91%
G=29.55%
B=41.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1351381940.300.2900.24236.9532.664.51
Hex878AC21E1D018ed2141
Octal207212302363503035541101
Binary1000011110001010110000101111011101011000111011011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,138,194); }

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

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

 a { background-color: rgb(135,138,194); }

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

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

 span { border-color: rgb(135,138,194); }

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