#7881CA

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

Shades of Wild Blue Yonder #7881CA

Tints of Wild Blue Yonder #7881CA

Color information

#7881CA (or 0x7881CA) is unknown color: approx Wild Blue Yonder. HEX triplet: 78, 81 and CA. RGB value is (120,129,202). Sum of RGB (Red+Green+Blue) = 120+129+202=451 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.61% from 451); Green value is 129 (50.78% from 255 or 28.60% from 451); Blue value is 202 (79.30% from 255 or 44.79% from 451); Max value from RGB is 202 - color contains mainly: blue. Hex color #7881CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7881CA is #877E35. Grayscale: #868686. Windows color (decimal): -8879670 or 13271416. OLE color: 13271416.

HSL color Cylindrical-coordinate representation of color #7881CA: hue angle of 233.41º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7881CA is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB120129202-
CMYK0.410.3600.21
HSL233.41º43.62%63.14%-
HSV(B)233.41º40.59%79.22%-
XYZ26.2623.9659.12-
YUV134.63166.02117.56-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.61%
GREEN value IS 129 (50.78% from 255) = 28.60%
BLUE value IS 202 (79.30% from 255) = 44.79%
R=26.61%
G=28.60%
B=44.79%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1201292020.410.3600.21233.4143.6263.14
Hex7881CA2924015e92c3f
Octal17020131251440253515477
Binary1111000100000011100101010100110010001010111101001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7881CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7881CA; }

 p { color: rgb(120,129,202); }

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

<style>
 a { background-color: #7881CA; }

 a { background-color: rgb(120,129,202); }

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

<style>
 span { border-color: #7881CA; }

 span { border-color: rgb(120,129,202); }

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