#727B9B

Color #727B9B Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #727B9B

Tints of Ship Cove #727B9B

Color information

#727B9B (or 0x727B9B) is unknown color: approx Ship Cove. HEX triplet: 72, 7B and 9B. RGB value is (114,123,155). Sum of RGB (Red+Green+Blue) = 114+123+155=392 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.08% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 155 - color contains mainly: blue. Hex color #727B9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727B9B is #8D8464. Grayscale: #7B7B7B. Windows color (decimal): -9274469 or 10189682. OLE color: 10189682.

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

Color convert

RGB114123155-
CMYK0.260.2100.39
HSL226.83º17.01%52.75%-
HSV(B)226.83º26.45%60.78%-
XYZ19.9420.1133.84-
YUV123.96145.52120.9-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.08%
GREEN value IS 123 (48.44% from 255) = 31.38%
BLUE value IS 155 (60.94% from 255) = 39.54%
R=29.08%
G=31.38%
B=39.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1141231550.260.2100.39226.8317.0152.75
Hex727B9B1A15027e31135
Octal16217323332250473432165
Binary1110010111101110011011110101010101001111110001110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #727B9B;
 }
 .AnyTagClassName
 {
   color: #727B9B;
 }
</style>
background-color css

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

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

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

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

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

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