Html Css Color HEX #7D9AAB Bali Hai

📋 copy color: '#7D9AAB'

red 125 ◦ green 154 ◦ blue 171

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

Shades of Bali Hai #7D9AAB

Tints of Bali Hai #7D9AAB

RGB

 RED value IS 125 (49.22% from 255) = 27.78%

 GREEN value IS 154 (60.55% from 255) = 34.22%

 BLUE value IS 171 (67.19% from 255) = 38%

R = 27.78%
G = 34.22%
B = 38%

CMYK

 C value IS 0.27

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7D9AAB (or 0x7D9AAB) is known color: Bali Hai. HEX triplet: 7D, 9A and AB. RGB value is (125,154,171). Sum of RGB (Red+Green+Blue) = 125+154+171=450 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.78% from 450); Green value is 154 (60.55% from 255 or 34.22% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D9AAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D9AAB is #826554. Grayscale: #939393. Windows color (decimal): -8545621 or 11246205. OLE color: 11246205.

HSL color Cylindrical-coordinate representation of color #7D9AAB: hue angle of 202.17º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7D9AAB is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 125 154 171 -
CMYK 0.27 0.10 0 0.33
HSL 202.17º 0.21% 0.58% -
HSV(B) 202.17º 0.27% 0.67% -
XYZ 27.36 30.41 42.96 -
YUV 147.27 141.39 112.12 -
System Red Green Blue C M Y K H S L
Decimal 125 154 171 0.27 0.10 0 0.33 202.17 0.21 0.58
Hex 7D 9A AB 1B A 0 21 CA 15 3A
Octal 175 232 253 33 12 0 41 312 25 72
Binary 1111101 10011010 10101011 11011 1010 0 100001 11001010 10101 111010

Color Harmonies of #7D9AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9AAB

Black with #7D9AAB

Text Example


Text Example

White with #7D9AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,154,171); }

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

background-color css

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

 a { background-color: rgb(125,154,171); }

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

border-color css

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

 span { border-color: rgb(125,154,171); }

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