Html Css Color HEX #759AAA Bali Hai

📋 copy color: '#759AAA'

red 117 ◦ green 154 ◦ blue 170

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

Shades of Bali Hai #759AAA

Tints of Bali Hai #759AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.55%

R = 26.53%
G = 34.92%
B = 38.55%

CMYK

 C value IS 0.31

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#759AAA (or 0x759AAA) is known color: Bali Hai. HEX triplet: 75, 9A and AA. RGB value is (117,154,170). Sum of RGB (Red+Green+Blue) = 117+154+170=441 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.53% from 441); Green value is 154 (60.55% from 255 or 34.92% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 170 - color contains mainly: blue. Hex color #759AAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759AAA is #8A6555. Grayscale: #909090. Windows color (decimal): -9069910 or 11180661. OLE color: 11180661.

HSL color Cylindrical-coordinate representation of color #759AAA: hue angle of 198.11º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #759AAA is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 154 170 -
CMYK 0.31 0.09 0 0.33
HSL 198.11º 0.24% 0.56% -
HSV(B) 198.11º 0.31% 0.67% -
XYZ 26.15 29.8 42.4 -
YUV 144.76 142.24 108.2 -
System Red Green Blue C M Y K H S L
Decimal 117 154 170 0.31 0.09 0 0.33 198.11 0.24 0.56
Hex 75 9A AA 1F 9 0 21 C6 18 38
Octal 165 232 252 37 11 0 41 306 30 70
Binary 1110101 10011010 10101010 11111 1001 0 100001 11000110 11000 111000

Color Harmonies of #759AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759AAA

Black with #759AAA

Text Example


Text Example

White with #759AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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