Html Css Color HEX #7597B4 Bali Hai

📋 copy color: '#7597B4'

red 117 ◦ green 151 ◦ blue 180

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

Shades of Bali Hai #7597B4

Tints of Bali Hai #7597B4

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.71%

 BLUE value IS 180 (70.7% from 255) = 40.18%

R = 26.12%
G = 33.71%
B = 40.18%

CMYK

 C value IS 0.35

 M value IS 0.16

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7597B4 (or 0x7597B4) is known color: Bali Hai. HEX triplet: 75, 97 and B4. RGB value is (117,151,180). Sum of RGB (Red+Green+Blue) = 117+151+180=448 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.12% from 448); Green value is 151 (59.38% from 255 or 33.71% from 448); Blue value is 180 (70.70% from 255 or 40.18% from 448); Max value from RGB is 180 - color contains mainly: blue. Hex color #7597B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7597B4 is #8A684B. Grayscale: #8F8F8F. Windows color (decimal): -9070668 or 11835253. OLE color: 11835253.

HSL color Cylindrical-coordinate representation of color #7597B4: hue angle of 207.62º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7597B4 is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 117 151 180 -
CMYK 0.35 0.16 0 0.29
HSL 207.62º 0.3% 0.58% -
HSV(B) 207.62º 0.35% 0.71% -
XYZ 26.64 29.21 47.41 -
YUV 144.14 148.24 108.64 -
System Red Green Blue C M Y K H S L
Decimal 117 151 180 0.35 0.16 0 0.29 207.62 0.3 0.58
Hex 75 97 B4 23 10 0 1D D0 1E 3A
Octal 165 227 264 43 20 0 35 320 36 72
Binary 1110101 10010111 10110100 100011 10000 0 11101 11010000 11110 111010

Color Harmonies of #7597B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7597B4

Black with #7597B4

Text Example


Text Example

White with #7597B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7597B4; }

 p { color: rgb(117,151,180); }

 H1.HeaderClassName
 {
   color: #7597B4;
 }
 .AnyTagClassName
 {
   color: #7597B4;
 }
</style>

background-color css

<style>
 a { background-color: #7597B4; }

 a { background-color: rgb(117,151,180); }

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

border-color css

<style>
 span { border-color: #7597B4; }

 span { border-color: rgb(117,151,180); }

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