Html Css Color HEX #7D9DB6 Bali Hai

📋 copy color: '#7D9DB6'

red 125 ◦ green 157 ◦ blue 182

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

Shades of Bali Hai #7D9DB6

Tints of Bali Hai #7D9DB6

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.84%

 BLUE value IS 182 (71.48% from 255) = 39.22%

R = 26.94%
G = 33.84%
B = 39.22%

CMYK

 C value IS 0.31

 M value IS 0.14

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7D9DB6 (or 0x7D9DB6) is known color: Bali Hai. HEX triplet: 7D, 9D and B6. RGB value is (125,157,182). Sum of RGB (Red+Green+Blue) = 125+157+182=464 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.94% from 464); Green value is 157 (61.72% from 255 or 33.84% from 464); Blue value is 182 (71.48% from 255 or 39.22% from 464); Max value from RGB is 182 - color contains mainly: blue. Hex color #7D9DB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D9DB6 is #826249. Grayscale: #969696. Windows color (decimal): -8544842 or 11967869. OLE color: 11967869.

HSL color Cylindrical-coordinate representation of color #7D9DB6: hue angle of 206.32º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7D9DB6 is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 125 157 182 -
CMYK 0.31 0.14 0 0.29
HSL 206.32º 0.28% 0.6% -
HSV(B) 206.32º 0.31% 0.71% -
XYZ 28.96 31.85 48.88 -
YUV 150.28 145.9 109.97 -
System Red Green Blue C M Y K H S L
Decimal 125 157 182 0.31 0.14 0 0.29 206.32 0.28 0.6
Hex 7D 9D B6 1F E 0 1D CE 1C 3C
Octal 175 235 266 37 16 0 35 316 34 74
Binary 1111101 10011101 10110110 11111 1110 0 11101 11001110 11100 111100

Color Harmonies of #7D9DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9DB6

Black with #7D9DB6

Text Example


Text Example

White with #7D9DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,157,182); }

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

background-color css

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

 a { background-color: rgb(125,157,182); }

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

border-color css

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

 span { border-color: rgb(125,157,182); }

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