Html Css Color HEX #7595AF Bali Hai

📋 copy color: '#7595AF'

red 117 ◦ green 149 ◦ blue 175

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

Shades of Bali Hai #7595AF

Tints of Bali Hai #7595AF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.79%

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

R = 26.53%
G = 33.79%
B = 39.68%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7595AF (or 0x7595AF) is known color: Bali Hai. HEX triplet: 75, 95 and AF. RGB value is (117,149,175). Sum of RGB (Red+Green+Blue) = 117+149+175=441 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.53% from 441); Green value is 149 (58.59% from 255 or 33.79% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 175 - color contains mainly: blue. Hex color #7595AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7595AF is #8A6A50. Grayscale: #8E8E8E. Windows color (decimal): -9071185 or 11507061. OLE color: 11507061.

HSL color Cylindrical-coordinate representation of color #7595AF: hue angle of 206.9º 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 #7595AF is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 117 149 175 -
CMYK 0.33 0.15 0 0.31
HSL 206.9º 0.27% 0.57% -
HSV(B) 206.9º 0.33% 0.69% -
XYZ 25.82 28.37 44.67 -
YUV 142.4 146.4 109.89 -
System Red Green Blue C M Y K H S L
Decimal 117 149 175 0.33 0.15 0 0.31 206.9 0.27 0.57
Hex 75 95 AF 21 F 0 1F CF 1B 39
Octal 165 225 257 41 17 0 37 317 33 71
Binary 1110101 10010101 10101111 100001 1111 0 11111 11001111 11011 111001

Color Harmonies of #7595AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7595AF

Black with #7595AF

Text Example


Text Example

White with #7595AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7595AF; }

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

 H1.HeaderClassName
 {
   color: #7595AF;
 }
 .AnyTagClassName
 {
   color: #7595AF;
 }
</style>

background-color css

<style>
 a { background-color: #7595AF; }

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

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

border-color css

<style>
 span { border-color: #7595AF; }

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

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