Html Css Color HEX #727A9D Ship Cove

📋 copy color: '#727A9D'

red 114 ◦ green 122 ◦ blue 157

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

Shades of Ship Cove #727A9D

Tints of Ship Cove #727A9D

RGB

 RED value IS 114 (44.92% from 255) = 29.01%

 GREEN value IS 122 (48.05% from 255) = 31.04%

 BLUE value IS 157 (61.72% from 255) = 39.95%

R = 29.01%
G = 31.04%
B = 39.95%

CMYK

 C value IS 0.27

 M value IS 0.22

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#727A9D (or 0x727A9D) is known color: Ship Cove. HEX triplet: 72, 7A and 9D. RGB value is (114,122,157). Sum of RGB (Red+Green+Blue) = 114+122+157=393 (52% of max value = 765). Red value is 114 (44.92% from 255 or 29.01% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 157 - color contains mainly: blue. Hex color #727A9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727A9D is #8D8562. Grayscale: #7B7B7B. Windows color (decimal): -9274723 or 10320498. OLE color: 10320498.

HSL color Cylindrical-coordinate representation of color #727A9D: hue angle of 228.84º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #727A9D is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 114 122 157 -
CMYK 0.27 0.22 0 0.38
HSL 228.84º 0.18% 0.53% -
HSV(B) 228.84º 0.27% 0.62% -
XYZ 19.98 19.93 34.69 -
YUV 123.6 146.85 121.15 -
System Red Green Blue C M Y K H S L
Decimal 114 122 157 0.27 0.22 0 0.38 228.84 0.18 0.53
Hex 72 7A 9D 1B 16 0 26 E5 12 35
Octal 162 172 235 33 26 0 46 345 22 65
Binary 1110010 1111010 10011101 11011 10110 0 100110 11100101 10010 110101

Color Harmonies of #727A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727A9D

Black with #727A9D

Text Example


Text Example

White with #727A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727A9D; }

 p { color: rgb(114,122,157); }

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

background-color css

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

 a { background-color: rgb(114,122,157); }

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

border-color css

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

 span { border-color: rgb(114,122,157); }

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