Html Css Color HEX #7596B3 Bali Hai

📋 copy color: '#7596B3'

red 117 ◦ green 150 ◦ blue 179

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

Shades of Bali Hai #7596B3

Tints of Bali Hai #7596B3

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.63%

 BLUE value IS 179 (70.31% from 255) = 40.13%

R = 26.23%
G = 33.63%
B = 40.13%

CMYK

 C value IS 0.35

 M value IS 0.16

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7596B3 (or 0x7596B3) is known color: Bali Hai. HEX triplet: 75, 96 and B3. RGB value is (117,150,179). Sum of RGB (Red+Green+Blue) = 117+150+179=446 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.23% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 179 (70.31% from 255 or 40.13% from 446); Max value from RGB is 179 - color contains mainly: blue. Hex color #7596B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7596B3 is #8A694C. Grayscale: #8F8F8F. Windows color (decimal): -9070925 or 11769461. OLE color: 11769461.

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

Color convert

RGB 117 150 179 -
CMYK 0.35 0.16 0 0.30
HSL 208.06º 0.29% 0.58% -
HSV(B) 208.06º 0.35% 0.7% -
XYZ 26.38 28.85 46.83 -
YUV 143.44 148.07 109.14 -
System Red Green Blue C M Y K H S L
Decimal 117 150 179 0.35 0.16 0 0.30 208.06 0.29 0.58
Hex 75 96 B3 23 10 0 1E D0 1D 3A
Octal 165 226 263 43 20 0 36 320 35 72
Binary 1110101 10010110 10110011 100011 10000 0 11110 11010000 11101 111010

Color Harmonies of #7596B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7596B3

Black with #7596B3

Text Example


Text Example

White with #7596B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7596B3; }

 p { color: rgb(117,150,179); }

 H1.HeaderClassName
 {
   color: #7596B3;
 }
 .AnyTagClassName
 {
   color: #7596B3;
 }
</style>

background-color css

<style>
 a { background-color: #7596B3; }

 a { background-color: rgb(117,150,179); }

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

border-color css

<style>
 span { border-color: #7596B3; }

 span { border-color: rgb(117,150,179); }

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