Html Css Color HEX #759AAC Bali Hai

📋 copy color: '#759AAC'

red 117 ◦ green 154 ◦ blue 172

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

Shades of Bali Hai #759AAC

Tints of Bali Hai #759AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.83%

R = 26.41%
G = 34.76%
B = 38.83%

CMYK

 C value IS 0.32

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#759AAC (or 0x759AAC) is known color: Bali Hai. HEX triplet: 75, 9A and AC. RGB value is (117,154,172). Sum of RGB (Red+Green+Blue) = 117+154+172=443 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.41% from 443); Green value is 154 (60.55% from 255 or 34.76% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 172 - color contains mainly: blue. Hex color #759AAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759AAC is #8A6553. Grayscale: #909090. Windows color (decimal): -9069908 or 11311733. OLE color: 11311733.

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

Color convert

RGB 117 154 172 -
CMYK 0.32 0.10 0 0.33
HSL 199.64º 0.25% 0.57% -
HSV(B) 199.64º 0.32% 0.67% -
XYZ 26.34 29.87 43.41 -
YUV 144.99 143.24 108.04 -
System Red Green Blue C M Y K H S L
Decimal 117 154 172 0.32 0.10 0 0.33 199.64 0.25 0.57
Hex 75 9A AC 20 A 0 21 C8 19 39
Octal 165 232 254 40 12 0 41 310 31 71
Binary 1110101 10011010 10101100 100000 1010 0 100001 11001000 11001 111001

Color Harmonies of #759AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759AAC

Black with #759AAC

Text Example


Text Example

White with #759AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,154,172); }

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

background-color css

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

 a { background-color: rgb(117,154,172); }

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

border-color css

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

 span { border-color: rgb(117,154,172); }

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