#7A98BF

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

Shades of Wild Blue Yonder #7A98BF

Tints of Wild Blue Yonder #7A98BF

Color information

#7A98BF (or 0x7A98BF) is unknown color: approx Wild Blue Yonder. HEX triplet: 7A, 98 and BF. RGB value is (122,152,191). Sum of RGB (Red+Green+Blue) = 122+152+191=465 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.24% from 465); Green value is 152 (59.77% from 255 or 32.69% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 191 - color contains mainly: blue. Hex color #7A98BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A98BF is #856740. Grayscale: #939393. Windows color (decimal): -8742721 or 12556410. OLE color: 12556410.

HSL color Cylindrical-coordinate representation of color #7A98BF: hue angle of 213.91º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7A98BF is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB122152191-
CMYK0.360.2000.25
HSL213.91º35.03%61.37%-
HSV(B)213.91º36.13%74.9%-
XYZ28.6630.3653.64-
YUV147.48152.56109.83-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.24%
GREEN value IS 152 (59.77% from 255) = 32.69%
BLUE value IS 191 (75% from 255) = 41.08%
R=26.24%
G=32.69%
B=41.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1221521910.360.2000.25213.9135.0361.37
Hex7A98BF2414019d6233d
Octal17223027744240313264375
Binary111101010011000101111111001001010001100111010110100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A98BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,152,191); }

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

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

 a { background-color: rgb(122,152,191); }

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

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

 span { border-color: rgb(122,152,191); }

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