#7882CA

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

Shades of Wild Blue Yonder #7882CA

Tints of Wild Blue Yonder #7882CA

Color information

#7882CA (or 0x7882CA) is unknown color: approx Wild Blue Yonder. HEX triplet: 78, 82 and CA. RGB value is (120,130,202). Sum of RGB (Red+Green+Blue) = 120+130+202=452 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.55% from 452); Green value is 130 (51.17% from 255 or 28.76% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 202 - color contains mainly: blue. Hex color #7882CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7882CA is #877D35. Grayscale: #868686. Windows color (decimal): -8879414 or 13271672. OLE color: 13271672.

HSL color Cylindrical-coordinate representation of color #7882CA: hue angle of 232.68º 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 #7882CA is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB120130202-
CMYK0.410.3600.21
HSL232.68º43.62%63.14%-
HSV(B)232.68º40.59%79.22%-
XYZ26.3924.2259.16-
YUV135.22165.69117.15-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.55%
GREEN value IS 130 (51.17% from 255) = 28.76%
BLUE value IS 202 (79.30% from 255) = 44.69%
R=26.55%
G=28.76%
B=44.69%

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
Decimal1201302020.410.3600.21232.6843.6263.14
Hex7882CA2924015e92c3f
Octal17020231251440253515477
Binary1111000100000101100101010100110010001010111101001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7882CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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