Html Css Color HEX #738189 Regent Grey

📋 copy color: '#738189'

red 115 ◦ green 129 ◦ blue 137

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

Shades of Regent Grey #738189

Tints of Regent Grey #738189

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.86%

 BLUE value IS 137 (53.91% from 255) = 35.96%

R = 30.18%
G = 33.86%
B = 35.96%

CMYK

 C value IS 0.16

 M value IS 0.06

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#738189 (or 0x738189) is known color: Regent Grey. HEX triplet: 73, 81 and 89. RGB value is (115,129,137). Sum of RGB (Red+Green+Blue) = 115+129+137=381 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.18% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 137 (53.91% from 255 or 35.96% from 381); Max value from RGB is 137 - color contains mainly: blue. Hex color #738189 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738189 is #8C7E76. Grayscale: #7D7D7D. Windows color (decimal): -9207415 or 9011571. OLE color: 9011571.

HSL color Cylindrical-coordinate representation of color #738189: hue angle of 201.82º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #738189 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 115 129 137 -
CMYK 0.16 0.06 0 0.46
HSL 201.82º 0.09% 0.49% -
HSV(B) 201.82º 0.16% 0.54% -
XYZ 19.44 21.15 26.73 -
YUV 125.73 134.36 120.35 -
System Red Green Blue C M Y K H S L
Decimal 115 129 137 0.16 0.06 0 0.46 201.82 0.09 0.49
Hex 73 81 89 10 6 0 2E CA 9 31
Octal 163 201 211 20 6 0 56 312 11 61
Binary 1110011 10000001 10001001 10000 110 0 101110 11001010 1001 110001

Color Harmonies of #738189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738189

Black with #738189

Text Example


Text Example

White with #738189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738189; }

 p { color: rgb(115,129,137); }

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

background-color css

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

 a { background-color: rgb(115,129,137); }

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

border-color css

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

 span { border-color: rgb(115,129,137); }

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