Html Css Color HEX #759DAD Bali Hai

📋 copy color: '#759DAD'

red 117 ◦ green 157 ◦ blue 173

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

Shades of Bali Hai #759DAD

Tints of Bali Hai #759DAD

RGB

 RED value IS 117 (46.09% from 255) = 26.17%

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

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

R = 26.17%
G = 35.12%
B = 38.7%

CMYK

 C value IS 0.32

 M value IS 0.09

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#759DAD (or 0x759DAD) is known color: Bali Hai. HEX triplet: 75, 9D and AD. RGB value is (117,157,173). Sum of RGB (Red+Green+Blue) = 117+157+173=447 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.17% from 447); Green value is 157 (61.72% from 255 or 35.12% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 173 - color contains mainly: blue. Hex color #759DAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759DAD is #8A6252. Grayscale: #929292. Windows color (decimal): -9069139 or 11378037. OLE color: 11378037.

HSL color Cylindrical-coordinate representation of color #759DAD: hue angle of 197.14º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #759DAD is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 117 157 173 -
CMYK 0.32 0.09 0 0.32
HSL 197.14º 0.25% 0.57% -
HSV(B) 197.14º 0.32% 0.68% -
XYZ 26.94 30.91 44.08 -
YUV 146.86 142.75 106.7 -
System Red Green Blue C M Y K H S L
Decimal 117 157 173 0.32 0.09 0 0.32 197.14 0.25 0.57
Hex 75 9D AD 20 9 0 20 C5 19 39
Octal 165 235 255 40 11 0 40 305 31 71
Binary 1110101 10011101 10101101 100000 1001 0 100000 11000101 11001 111001

Color Harmonies of #759DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759DAD

Black with #759DAD

Text Example


Text Example

White with #759DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759DAD; }

 p { color: rgb(117,157,173); }

 H1.HeaderClassName
 {
   color: #759DAD;
 }
 .AnyTagClassName
 {
   color: #759DAD;
 }
</style>

background-color css

<style>
 a { background-color: #759DAD; }

 a { background-color: rgb(117,157,173); }

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

border-color css

<style>
 span { border-color: #759DAD; }

 span { border-color: rgb(117,157,173); }

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