#878DC3

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

Shades of Wild Blue Yonder #878DC3

Tints of Wild Blue Yonder #878DC3

Color information

#878DC3 (or 0x878DC3) is unknown color: approx Wild Blue Yonder. HEX triplet: 87, 8D and C3. RGB value is (135,141,195). Sum of RGB (Red+Green+Blue) = 135+141+195=471 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.66% from 471); Green value is 141 (55.47% from 255 or 29.94% from 471); Blue value is 195 (76.56% from 255 or 41.40% from 471); Max value from RGB is 195 - color contains mainly: blue. Hex color #878DC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878DC3 is #78723C. Grayscale: #919191. Windows color (decimal): -7893565 or 12815751. OLE color: 12815751.

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

Color convert

RGB135141195-
CMYK0.310.2800.24
HSL234º33.33%64.71%-
HSV(B)234º30.77%76.47%-
XYZ29.3728.1455.51-
YUV145.36156.01120.61-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.66%
GREEN value IS 141 (55.47% from 255) = 29.94%
BLUE value IS 195 (76.56% from 255) = 41.40%
R=28.66%
G=29.94%
B=41.40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1351411950.310.2800.2423433.3364.71
Hex878DC31F1C018ea2141
Octal207215303373403035241101
Binary1000011110001101110000111111111100011000111010101000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,141,195); }

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

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

 a { background-color: rgb(135,141,195); }

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

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

 span { border-color: rgb(135,141,195); }

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