#7F98BA

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

Shades of Wild Blue Yonder #7F98BA

Tints of Wild Blue Yonder #7F98BA

Color information

#7F98BA (or 0x7F98BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 7F, 98 and BA. RGB value is (127,152,186). Sum of RGB (Red+Green+Blue) = 127+152+186=465 (61% of max value = 765). Red value is 127 (50% from 255 or 27.31% from 465); Green value is 152 (59.77% from 255 or 32.69% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #7F98BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F98BA is #806745. Grayscale: #949494. Windows color (decimal): -8415046 or 12228735. OLE color: 12228735.

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

Color convert

RGB127152186-
CMYK0.320.1800.27
HSL214.58º29.95%61.37%-
HSV(B)214.58º31.72%72.94%-
XYZ28.8430.5150.82-
YUV148.4149.22112.74-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.31%
GREEN value IS 152 (59.77% from 255) = 32.69%
BLUE value IS 186 (73.05% from 255) = 40%
R=27.31%
G=32.69%
B=40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1271521860.320.1800.27214.5829.9561.37
Hex7F98BA201201Bd71e3d
Octal17723027240220333273675
Binary11111111001100010111010100000100100110111101011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F98BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,152,186); }

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

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

 a { background-color: rgb(127,152,186); }

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

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

 span { border-color: rgb(127,152,186); }

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