Html Css Color HEX #759CAF Bali Hai

📋 copy color: '#759CAF'

red 117 ◦ green 156 ◦ blue 175

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

Shades of Bali Hai #759CAF

Tints of Bali Hai #759CAF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.82%

 BLUE value IS 175 (68.75% from 255) = 39.06%

R = 26.12%
G = 34.82%
B = 39.06%

CMYK

 C value IS 0.33

 M value IS 0.11

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#759CAF (or 0x759CAF) is known color: Bali Hai. HEX triplet: 75, 9C and AF. RGB value is (117,156,175). Sum of RGB (Red+Green+Blue) = 117+156+175=448 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.12% from 448); Green value is 156 (61.33% from 255 or 34.82% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 175 - color contains mainly: blue. Hex color #759CAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759CAF is #8A6350. Grayscale: #929292. Windows color (decimal): -9069393 or 11508853. OLE color: 11508853.

HSL color Cylindrical-coordinate representation of color #759CAF: hue angle of 199.66º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #759CAF is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 117 156 175 -
CMYK 0.33 0.11 0 0.31
HSL 199.66º 0.27% 0.57% -
HSV(B) 199.66º 0.33% 0.69% -
XYZ 26.96 30.65 45.05 -
YUV 146.51 144.08 106.96 -
System Red Green Blue C M Y K H S L
Decimal 117 156 175 0.33 0.11 0 0.31 199.66 0.27 0.57
Hex 75 9C AF 21 B 0 1F C8 1B 39
Octal 165 234 257 41 13 0 37 310 33 71
Binary 1110101 10011100 10101111 100001 1011 0 11111 11001000 11011 111001

Color Harmonies of #759CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759CAF

Black with #759CAF

Text Example


Text Example

White with #759CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,156,175); }

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

background-color css

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

 a { background-color: rgb(117,156,175); }

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

border-color css

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

 span { border-color: rgb(117,156,175); }

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