#7F97BB

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

Shades of Wild Blue Yonder #7F97BB

Tints of Wild Blue Yonder #7F97BB

Color information

#7F97BB (or 0x7F97BB) is unknown color: approx Wild Blue Yonder. HEX triplet: 7F, 97 and BB. RGB value is (127,151,187). Sum of RGB (Red+Green+Blue) = 127+151+187=465 (61% of max value = 765). Red value is 127 (50% from 255 or 27.31% from 465); Green value is 151 (59.38% from 255 or 32.47% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 187 - color contains mainly: blue. Hex color #7F97BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F97BB is #806844. Grayscale: #939393. Windows color (decimal): -8415301 or 12294015. OLE color: 12294015.

HSL color Cylindrical-coordinate representation of color #7F97BB: hue angle of 216º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7F97BB is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB127151187-
CMYK0.320.1900.27
HSL216º30.61%61.57%-
HSV(B)216º32.09%73.33%-
XYZ28.7930.2351.33-
YUV147.93150.05113.07-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.31%
GREEN value IS 151 (59.38% from 255) = 32.47%
BLUE value IS 187 (73.44% from 255) = 40.22%
R=27.31%
G=32.47%
B=40.22%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1271511870.320.1900.2721630.6161.57
Hex7F97BB201301Bd81f3e
Octal17722727340230333303776
Binary11111111001011110111011100000100110110111101100011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F97BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F97BB; }

 p { color: rgb(127,151,187); }

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

<style>
 a { background-color: #7F97BB; }

 a { background-color: rgb(127,151,187); }

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

<style>
 span { border-color: #7F97BB; }

 span { border-color: rgb(127,151,187); }

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