#7886C2

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

Shades of Wild Blue Yonder #7886C2

Tints of Wild Blue Yonder #7886C2

Color information

#7886C2 (or 0x7886C2) is unknown color: approx Wild Blue Yonder. HEX triplet: 78, 86 and C2. RGB value is (120,134,194). Sum of RGB (Red+Green+Blue) = 120+134+194=448 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.79% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 194 (76.17% from 255 or 43.30% from 448); Max value from RGB is 194 - color contains mainly: blue. Hex color #7886C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7886C2 is #87793D. Grayscale: #888888. Windows color (decimal): -8878398 or 12748408. OLE color: 12748408.

HSL color Cylindrical-coordinate representation of color #7886C2: hue angle of 228.65º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7886C2 is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB120134194-
CMYK0.380.3100.24
HSL228.65º37.76%61.57%-
HSV(B)228.65º38.14%76.08%-
XYZ26.0124.9454.48-
YUV136.65160.36116.12-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.79%
GREEN value IS 134 (52.73% from 255) = 29.91%
BLUE value IS 194 (76.17% from 255) = 43.30%
R=26.79%
G=29.91%
B=43.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1201341940.380.3100.24228.6537.7661.57
Hex7886C2261F018e5263e
Octal17020630246370303454676
Binary111100010000110110000101001101111101100011100101100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7886C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7886C2; }

 p { color: rgb(120,134,194); }

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

<style>
 a { background-color: #7886C2; }

 a { background-color: rgb(120,134,194); }

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

<style>
 span { border-color: #7886C2; }

 span { border-color: rgb(120,134,194); }

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