Html Css Color HEX #7A99BE Wild Blue Yonder

📋 copy color: '#7A99BE'

red 122 ◦ green 153 ◦ blue 190

#7A99BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Blue Yonder #7A99BE

Tints of Wild Blue Yonder #7A99BE

RGB

 RED value IS 122 (48.05% from 255) = 26.24%

 GREEN value IS 153 (60.16% from 255) = 32.9%

 BLUE value IS 190 (74.61% from 255) = 40.86%

R = 26.24%
G = 32.9%
B = 40.86%

CMYK

 C value IS 0.36

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7A99BE (or 0x7A99BE) is known color: Wild Blue Yonder. HEX triplet: 7A, 99 and BE. RGB value is (122,153,190). Sum of RGB (Red+Green+Blue) = 122+153+190=465 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.24% from 465); Green value is 153 (60.16% from 255 or 32.90% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A99BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A99BE is #856641. Grayscale: #939393. Windows color (decimal): -8742466 or 12491130. OLE color: 12491130.

HSL color Cylindrical-coordinate representation of color #7A99BE: hue angle of 212.65º degrees, saturation: 0.34, 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 #7A99BE is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 122 153 190 -
CMYK 0.36 0.19 0 0.25
HSL 212.65º 0.34% 0.61% -
HSV(B) 212.65º 0.36% 0.75% -
XYZ 28.71 30.64 53.12 -
YUV 147.95 151.73 109.49 -
System Red Green Blue C M Y K H S L
Decimal 122 153 190 0.36 0.19 0 0.25 212.65 0.34 0.61
Hex 7A 99 BE 24 13 0 19 D5 22 3D
Octal 172 231 276 44 23 0 31 325 42 75
Binary 1111010 10011001 10111110 100100 10011 0 11001 11010101 100010 111101

Color Harmonies of #7A99BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A99BE

Black with #7A99BE

Text Example


Text Example

White with #7A99BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,153,190); }

 H1.HeaderClassName
 {
   color: #7A99BE;
 }
 .AnyTagClassName
 {
   color: #7A99BE;
 }
</style>

background-color css

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

 a { background-color: rgb(122,153,190); }

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

border-color css

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

 span { border-color: rgb(122,153,190); }

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