Html Css Color HEX #727E9B Ship Cove

📋 copy color: '#727E9B'

red 114 ◦ green 126 ◦ blue 155

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

Shades of Ship Cove #727E9B

Tints of Ship Cove #727E9B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.9%

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

R = 28.86%
G = 31.9%
B = 39.24%

CMYK

 C value IS 0.26

 M value IS 0.19

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#727E9B (or 0x727E9B) is known color: Ship Cove. HEX triplet: 72, 7E and 9B. RGB value is (114,126,155). Sum of RGB (Red+Green+Blue) = 114+126+155=395 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.86% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 155 - color contains mainly: blue. Hex color #727E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727E9B is #8D8164. Grayscale: #7D7D7D. Windows color (decimal): -9273701 or 10190450. OLE color: 10190450.

HSL color Cylindrical-coordinate representation of color #727E9B: hue angle of 222.44º 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 #727E9B is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 114 126 155 -
CMYK 0.26 0.19 0 0.39
HSL 222.44º 0.17% 0.53% -
HSV(B) 222.44º 0.26% 0.61% -
XYZ 20.32 20.87 33.97 -
YUV 125.72 144.52 119.64 -
System Red Green Blue C M Y K H S L
Decimal 114 126 155 0.26 0.19 0 0.39 222.44 0.17 0.53
Hex 72 7E 9B 1A 13 0 27 DE 11 35
Octal 162 176 233 32 23 0 47 336 21 65
Binary 1110010 1111110 10011011 11010 10011 0 100111 11011110 10001 110101

Color Harmonies of #727E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727E9B

Black with #727E9B

Text Example


Text Example

White with #727E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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