#7995BB

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

Shades of Wild Blue Yonder #7995BB

Tints of Wild Blue Yonder #7995BB

Color information

#7995BB (or 0x7995BB) is unknown color: approx Wild Blue Yonder. HEX triplet: 79, 95 and BB. RGB value is (121,149,187). Sum of RGB (Red+Green+Blue) = 121+149+187=457 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.48% from 457); Green value is 149 (58.59% from 255 or 32.60% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 187 - color contains mainly: blue. Hex color #7995BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7995BB is #866A44. Grayscale: #909090. Windows color (decimal): -8809029 or 12293497. OLE color: 12293497.

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

Color convert

RGB121149187-
CMYK0.350.2000.27
HSL214.55º32.67%60.39%-
HSV(B)214.55º35.29%73.33%-
XYZ27.629.1551.18-
YUV144.96151.72110.91-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.48%
GREEN value IS 149 (58.59% from 255) = 32.60%
BLUE value IS 187 (73.44% from 255) = 40.92%
R=26.48%
G=32.60%
B=40.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1211491870.350.2000.27214.5532.6760.39
Hex7995BB231401Bd7213c
Octal17122527343240333274174
Binary111100110010101101110111000111010001101111010111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7995BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,149,187); }

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

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

 a { background-color: rgb(121,149,187); }

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

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

 span { border-color: rgb(121,149,187); }

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