Html Css Color HEX #727AA2 Ship Cove

📋 copy color: '#727AA2'

red 114 ◦ green 122 ◦ blue 162

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

Shades of Ship Cove #727AA2

Tints of Ship Cove #727AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 40.7%

R = 28.64%
G = 30.65%
B = 40.7%

CMYK

 C value IS 0.30

 M value IS 0.25

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#727AA2 (or 0x727AA2) is known color: Ship Cove. HEX triplet: 72, 7A and A2. RGB value is (114,122,162). Sum of RGB (Red+Green+Blue) = 114+122+162=398 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.64% from 398); Green value is 122 (48.05% from 255 or 30.65% from 398); Blue value is 162 (63.67% from 255 or 40.70% from 398); Max value from RGB is 162 - color contains mainly: blue. Hex color #727AA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727AA2 is #8D855D. Grayscale: #7B7B7B. Windows color (decimal): -9274718 or 10648178. OLE color: 10648178.

HSL color Cylindrical-coordinate representation of color #727AA2: hue angle of 230º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #727AA2 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 114 122 162 -
CMYK 0.30 0.25 0 0.36
HSL 230º 0.21% 0.54% -
HSV(B) 230º 0.3% 0.64% -
XYZ 20.42 20.11 36.99 -
YUV 124.17 149.35 120.75 -
System Red Green Blue C M Y K H S L
Decimal 114 122 162 0.30 0.25 0 0.36 230 0.21 0.54
Hex 72 7A A2 1E 19 0 24 E6 15 36
Octal 162 172 242 36 31 0 44 346 25 66
Binary 1110010 1111010 10100010 11110 11001 0 100100 11100110 10101 110110

Color Harmonies of #727AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727AA2

Black with #727AA2

Text Example


Text Example

White with #727AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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