Html Css Color HEX #7A98AA Bali Hai

📋 copy color: '#7A98AA'

red 122 ◦ green 152 ◦ blue 170

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

Shades of Bali Hai #7A98AA

Tints of Bali Hai #7A98AA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.23%

 BLUE value IS 170 (66.8% from 255) = 38.29%

R = 27.48%
G = 34.23%
B = 38.29%

CMYK

 C value IS 0.28

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7A98AA (or 0x7A98AA) is known color: Bali Hai. HEX triplet: 7A, 98 and AA. RGB value is (122,152,170). Sum of RGB (Red+Green+Blue) = 122+152+170=444 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.48% from 444); Green value is 152 (59.77% from 255 or 34.23% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 170 - color contains mainly: blue. Hex color #7A98AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A98AA is #856755. Grayscale: #909090. Windows color (decimal): -8742742 or 11180154. OLE color: 11180154.

HSL color Cylindrical-coordinate representation of color #7A98AA: hue angle of 202.5º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7A98AA is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 122 152 170 -
CMYK 0.28 0.11 0 0.33
HSL 202.5º 0.22% 0.57% -
HSV(B) 202.5º 0.28% 0.67% -
XYZ 26.51 29.5 42.33 -
YUV 145.08 142.06 111.54 -
System Red Green Blue C M Y K H S L
Decimal 122 152 170 0.28 0.11 0 0.33 202.5 0.22 0.57
Hex 7A 98 AA 1C B 0 21 CA 16 39
Octal 172 230 252 34 13 0 41 312 26 71
Binary 1111010 10011000 10101010 11100 1011 0 100001 11001010 10110 111001

Color Harmonies of #7A98AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A98AA

Black with #7A98AA

Text Example


Text Example

White with #7A98AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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