Html Css Color HEX #7390AB Bermuda Grey

📋 copy color: '#7390AB'

red 115 ◦ green 144 ◦ blue 171

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

Shades of Bermuda Grey #7390AB

Tints of Bermuda Grey #7390AB

RGB

 RED value IS 115 (45.31% from 255) = 26.74%

 GREEN value IS 144 (56.64% from 255) = 33.49%

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

R = 26.74%
G = 33.49%
B = 39.77%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7390AB (or 0x7390AB) is known color: Bermuda Grey. HEX triplet: 73, 90 and AB. RGB value is (115,144,171). Sum of RGB (Red+Green+Blue) = 115+144+171=430 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.74% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 171 - color contains mainly: blue. Hex color #7390AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7390AB is #8C6F54. Grayscale: #8A8A8A. Windows color (decimal): -9203541 or 11243635. OLE color: 11243635.

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

Color convert

RGB 115 144 171 -
CMYK 0.33 0.16 0 0.33
HSL 208.93º 0.25% 0.56% -
HSV(B) 208.93º 0.33% 0.67% -
XYZ 24.39 26.53 42.36 -
YUV 138.41 146.39 111.3 -
System Red Green Blue C M Y K H S L
Decimal 115 144 171 0.33 0.16 0 0.33 208.93 0.25 0.56
Hex 73 90 AB 21 10 0 21 D1 19 38
Octal 163 220 253 41 20 0 41 321 31 70
Binary 1110011 10010000 10101011 100001 10000 0 100001 11010001 11001 111000

Color Harmonies of #7390AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7390AB

Black with #7390AB

Text Example


Text Example

White with #7390AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,144,171); }

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

background-color css

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

 a { background-color: rgb(115,144,171); }

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

border-color css

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

 span { border-color: rgb(115,144,171); }

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