Html Css Color HEX #727BA9 Ship Cove

📋 copy color: '#727BA9'

red 114 ◦ green 123 ◦ blue 169

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

Shades of Ship Cove #727BA9

Tints of Ship Cove #727BA9

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.3%

 BLUE value IS 169 (66.41% from 255) = 41.63%

R = 28.08%
G = 30.3%
B = 41.63%

CMYK

 C value IS 0.33

 M value IS 0.27

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#727BA9 (or 0x727BA9) is known color: Ship Cove. HEX triplet: 72, 7B and A9. RGB value is (114,123,169). Sum of RGB (Red+Green+Blue) = 114+123+169=406 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.08% from 406); Green value is 123 (48.44% from 255 or 30.30% from 406); Blue value is 169 (66.41% from 255 or 41.63% from 406); Max value from RGB is 169 - color contains mainly: blue. Hex color #727BA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727BA9 is #8D8456. Grayscale: #7D7D7D. Windows color (decimal): -9274455 or 11107186. OLE color: 11107186.

HSL color Cylindrical-coordinate representation of color #727BA9: hue angle of 230.18º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #727BA9 is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 114 123 169 -
CMYK 0.33 0.27 0 0.34
HSL 230.18º 0.24% 0.55% -
HSV(B) 230.18º 0.33% 0.66% -
XYZ 21.18 20.61 40.4 -
YUV 125.55 152.52 119.76 -
System Red Green Blue C M Y K H S L
Decimal 114 123 169 0.33 0.27 0 0.34 230.18 0.24 0.55
Hex 72 7B A9 21 1B 0 22 E6 18 37
Octal 162 173 251 41 33 0 42 346 30 67
Binary 1110010 1111011 10101001 100001 11011 0 100010 11100110 11000 110111

Color Harmonies of #727BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727BA9

Black with #727BA9

Text Example


Text Example

White with #727BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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