Html Css Color HEX #7D9FAD Bali Hai

📋 copy color: '#7D9FAD'

red 125 ◦ green 159 ◦ blue 173

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

Shades of Bali Hai #7D9FAD

Tints of Bali Hai #7D9FAD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 34.79%

 BLUE value IS 173 (67.97% from 255) = 37.86%

R = 27.35%
G = 34.79%
B = 37.86%

CMYK

 C value IS 0.28

 M value IS 0.08

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7D9FAD (or 0x7D9FAD) is known color: Bali Hai. HEX triplet: 7D, 9F and AD. RGB value is (125,159,173). Sum of RGB (Red+Green+Blue) = 125+159+173=457 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.35% from 457); Green value is 159 (62.5% from 255 or 34.79% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 173 - color contains mainly: blue. Hex color #7D9FAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D9FAD is #826052. Grayscale: #969696. Windows color (decimal): -8544339 or 11378557. OLE color: 11378557.

HSL color Cylindrical-coordinate representation of color #7D9FAD: hue angle of 197.5º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7D9FAD is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 125 159 173 -
CMYK 0.28 0.08 0 0.32
HSL 197.5º 0.23% 0.58% -
HSV(B) 197.5º 0.28% 0.68% -
XYZ 28.4 32.17 44.25 -
YUV 150.43 140.74 109.86 -
System Red Green Blue C M Y K H S L
Decimal 125 159 173 0.28 0.08 0 0.32 197.5 0.23 0.58
Hex 7D 9F AD 1C 8 0 20 C6 17 3A
Octal 175 237 255 34 10 0 40 306 27 72
Binary 1111101 10011111 10101101 11100 1000 0 100000 11000110 10111 111010

Color Harmonies of #7D9FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9FAD

Black with #7D9FAD

Text Example


Text Example

White with #7D9FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,159,173); }

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

background-color css

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

 a { background-color: rgb(125,159,173); }

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

border-color css

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

 span { border-color: rgb(125,159,173); }

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