#727BAB

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

Shades of Ship Cove #727BAB

Tints of Ship Cove #727BAB

Color information

#727BAB (or 0x727BAB) is unknown color: approx Ship Cove. HEX triplet: 72, 7B and AB. RGB value is (114,123,171). Sum of RGB (Red+Green+Blue) = 114+123+171=408 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.94% from 408); Green value is 123 (48.44% from 255 or 30.15% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 171 - color contains mainly: blue. Hex color #727BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727BAB is #8D8454. Grayscale: #7D7D7D. Windows color (decimal): -9274453 or 11238258. OLE color: 11238258.

HSL color Cylindrical-coordinate representation of color #727BAB: hue angle of 230.53º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #727BAB is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB114123171-
CMYK0.330.2800.33
HSL230.53º25.33%55.88%-
HSV(B)230.53º33.33%67.06%-
XYZ21.3720.6841.39-
YUV125.78153.52119.6-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.94%
GREEN value IS 123 (48.44% from 255) = 30.15%
BLUE value IS 171 (67.19% from 255) = 41.91%
R=27.94%
G=30.15%
B=41.91%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1141231710.330.2800.33230.5325.3355.88
Hex727BAB211C021e71938
Octal16217325341340413473170
Binary11100101111011101010111000011110001000011110011111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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