Html Css Color HEX #727A9B Ship Cove

📋 copy color: '#727A9B'

red 114 ◦ green 122 ◦ blue 155

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

Shades of Ship Cove #727A9B

Tints of Ship Cove #727A9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.64%

R = 29.16%
G = 31.2%
B = 39.64%

CMYK

 C value IS 0.26

 M value IS 0.21

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#727A9B (or 0x727A9B) is known color: Ship Cove. HEX triplet: 72, 7A and 9B. RGB value is (114,122,155). Sum of RGB (Red+Green+Blue) = 114+122+155=391 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.16% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 155 (60.94% from 255 or 39.64% from 391); Max value from RGB is 155 - color contains mainly: blue. Hex color #727A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727A9B is #8D8564. Grayscale: #7B7B7B. Windows color (decimal): -9274725 or 10189426. OLE color: 10189426.

HSL color Cylindrical-coordinate representation of color #727A9B: hue angle of 228.29º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #727A9B is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 114 122 155 -
CMYK 0.26 0.21 0 0.39
HSL 228.29º 0.17% 0.53% -
HSV(B) 228.29º 0.26% 0.61% -
XYZ 19.82 19.86 33.8 -
YUV 123.37 145.85 121.32 -
System Red Green Blue C M Y K H S L
Decimal 114 122 155 0.26 0.21 0 0.39 228.29 0.17 0.53
Hex 72 7A 9B 1A 15 0 27 E4 11 35
Octal 162 172 233 32 25 0 47 344 21 65
Binary 1110010 1111010 10011011 11010 10101 0 100111 11100100 10001 110101

Color Harmonies of #727A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727A9B

Black with #727A9B

Text Example


Text Example

White with #727A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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