#878FC3

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

Shades of Wild Blue Yonder #878FC3

Tints of Wild Blue Yonder #878FC3

Color information

#878FC3 (or 0x878FC3) is unknown color: approx Wild Blue Yonder. HEX triplet: 87, 8F and C3. RGB value is (135,143,195). Sum of RGB (Red+Green+Blue) = 135+143+195=473 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.54% from 473); Green value is 143 (56.25% from 255 or 30.23% from 473); Blue value is 195 (76.56% from 255 or 41.23% from 473); Max value from RGB is 195 - color contains mainly: blue. Hex color #878FC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878FC3 is #78703C. Grayscale: #929292. Windows color (decimal): -7893053 or 12816263. OLE color: 12816263.

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

Color convert

RGB135143195-
CMYK0.310.2700.24
HSL232º33.33%64.71%-
HSV(B)232º30.77%76.47%-
XYZ29.6628.7455.61-
YUV146.54155.35119.77-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.54%
GREEN value IS 143 (56.25% from 255) = 30.23%
BLUE value IS 195 (76.56% from 255) = 41.23%
R=28.54%
G=30.23%
B=41.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1351431950.310.2700.2423233.3364.71
Hex878FC31F1B018e82141
Octal207217303373303035041101
Binary1000011110001111110000111111111011011000111010001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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