#7882BB

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

Shades of Wild Blue Yonder #7882BB

Tints of Wild Blue Yonder #7882BB

Color information

#7882BB (or 0x7882BB) is unknown color: approx Wild Blue Yonder. HEX triplet: 78, 82 and BB. RGB value is (120,130,187). Sum of RGB (Red+Green+Blue) = 120+130+187=437 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.46% from 437); Green value is 130 (51.17% from 255 or 29.75% from 437); Blue value is 187 (73.44% from 255 or 42.79% from 437); Max value from RGB is 187 - color contains mainly: blue. Hex color #7882BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7882BB is #877D44. Grayscale: #858585. Windows color (decimal): -8879429 or 12288632. OLE color: 12288632.

HSL color Cylindrical-coordinate representation of color #7882BB: hue angle of 231.04º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7882BB is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB120130187-
CMYK0.360.3000.27
HSL231.04º33%60.2%-
HSV(B)231.04º35.83%73.33%-
XYZ24.723.5550.26-
YUV133.51158.19118.37-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.46%
GREEN value IS 130 (51.17% from 255) = 29.75%
BLUE value IS 187 (73.44% from 255) = 42.79%
R=27.46%
G=29.75%
B=42.79%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1201301870.360.3000.27231.043360.2
Hex7882BB241E01Be7213c
Octal17020227344360333474174
Binary111100010000010101110111001001111001101111100111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7882BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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