#7F97BF

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

Shades of Wild Blue Yonder #7F97BF

Tints of Wild Blue Yonder #7F97BF

Color information

#7F97BF (or 0x7F97BF) is unknown color: approx Wild Blue Yonder. HEX triplet: 7F, 97 and BF. RGB value is (127,151,191). Sum of RGB (Red+Green+Blue) = 127+151+191=469 (62% of max value = 765). Red value is 127 (50% from 255 or 27.08% from 469); Green value is 151 (59.38% from 255 or 32.20% from 469); Blue value is 191 (75% from 255 or 40.72% from 469); Max value from RGB is 191 - color contains mainly: blue. Hex color #7F97BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F97BF is #806840. Grayscale: #949494. Windows color (decimal): -8415297 or 12556159. OLE color: 12556159.

HSL color Cylindrical-coordinate representation of color #7F97BF: hue angle of 217.5º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7F97BF is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB127151191-
CMYK0.340.2100.25
HSL217.5º33.33%62.35%-
HSV(B)217.5º33.51%74.9%-
XYZ29.2230.4153.62-
YUV148.38152.05112.75-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.08%
GREEN value IS 151 (59.38% from 255) = 32.20%
BLUE value IS 191 (75% from 255) = 40.72%
R=27.08%
G=32.20%
B=40.72%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271511910.340.2100.25217.533.3362.35
Hex7F97BF2215019da213e
Octal17722727742250313324176
Binary111111110010111101111111000101010101100111011010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F97BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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