Html Css Color HEX #727AA1 Ship Cove

📋 copy color: '#727AA1'

red 114 ◦ green 122 ◦ blue 161

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

Shades of Ship Cove #727AA1

Tints of Ship Cove #727AA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 40.55%

R = 28.72%
G = 30.73%
B = 40.55%

CMYK

 C value IS 0.29

 M value IS 0.24

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#727AA1 (or 0x727AA1) is known color: Ship Cove. HEX triplet: 72, 7A and A1. RGB value is (114,122,161). Sum of RGB (Red+Green+Blue) = 114+122+161=397 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.72% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 161 (63.28% from 255 or 40.55% from 397); Max value from RGB is 161 - color contains mainly: blue. Hex color #727AA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727AA1 is #8D855E. Grayscale: #7B7B7B. Windows color (decimal): -9274719 or 10582642. OLE color: 10582642.

HSL color Cylindrical-coordinate representation of color #727AA1: hue angle of 229.79º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #727AA1 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 114 122 161 -
CMYK 0.29 0.24 0 0.37
HSL 229.79º 0.2% 0.54% -
HSV(B) 229.79º 0.29% 0.63% -
XYZ 20.33 20.07 36.52 -
YUV 124.05 148.85 120.83 -
System Red Green Blue C M Y K H S L
Decimal 114 122 161 0.29 0.24 0 0.37 229.79 0.2 0.54
Hex 72 7A A1 1D 18 0 25 E6 14 36
Octal 162 172 241 35 30 0 45 346 24 66
Binary 1110010 1111010 10100001 11101 11000 0 100101 11100110 10100 110110

Color Harmonies of #727AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727AA1

Black with #727AA1

Text Example


Text Example

White with #727AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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