Html Css Color HEX #7593AB Bermuda Grey

📋 copy color: '#7593AB'

red 117 ◦ green 147 ◦ blue 171

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

Shades of Bermuda Grey #7593AB

Tints of Bermuda Grey #7593AB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.79%

 BLUE value IS 171 (67.19% from 255) = 39.31%

R = 26.9%
G = 33.79%
B = 39.31%

CMYK

 C value IS 0.32

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7593AB (or 0x7593AB) is known color: Bermuda Grey. HEX triplet: 75, 93 and AB. RGB value is (117,147,171). Sum of RGB (Red+Green+Blue) = 117+147+171=435 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.90% from 435); Green value is 147 (57.81% from 255 or 33.79% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 171 - color contains mainly: blue. Hex color #7593AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7593AB is #8A6C54. Grayscale: #8C8C8C. Windows color (decimal): -9071701 or 11244405. OLE color: 11244405.

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

Color convert

RGB 117 147 171 -
CMYK 0.32 0.14 0 0.33
HSL 206.67º 0.24% 0.56% -
HSV(B) 206.67º 0.32% 0.67% -
XYZ 25.12 27.59 42.53 -
YUV 140.77 145.06 111.05 -
System Red Green Blue C M Y K H S L
Decimal 117 147 171 0.32 0.14 0 0.33 206.67 0.24 0.56
Hex 75 93 AB 20 E 0 21 CF 18 38
Octal 165 223 253 40 16 0 41 317 30 70
Binary 1110101 10010011 10101011 100000 1110 0 100001 11001111 11000 111000

Color Harmonies of #7593AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7593AB

Black with #7593AB

Text Example


Text Example

White with #7593AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7593AB; }

 p { color: rgb(117,147,171); }

 H1.HeaderClassName
 {
   color: #7593AB;
 }
 .AnyTagClassName
 {
   color: #7593AB;
 }
</style>

background-color css

<style>
 a { background-color: #7593AB; }

 a { background-color: rgb(117,147,171); }

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

border-color css

<style>
 span { border-color: #7593AB; }

 span { border-color: rgb(117,147,171); }

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