Html Css Color HEX #727BAA Ship Cove

📋 copy color: '#727BAA'

red 114 ◦ green 123 ◦ blue 170

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

Shades of Ship Cove #727BAA

Tints of Ship Cove #727BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.77%

R = 28.01%
G = 30.22%
B = 41.77%

CMYK

 C value IS 0.33

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#727BAA (or 0x727BAA) is known color: Ship Cove. HEX triplet: 72, 7B and AA. RGB value is (114,123,170). Sum of RGB (Red+Green+Blue) = 114+123+170=407 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.01% from 407); Green value is 123 (48.44% from 255 or 30.22% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 170 - color contains mainly: blue. Hex color #727BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727BAA is #8D8455. Grayscale: #7D7D7D. Windows color (decimal): -9274454 or 11172722. OLE color: 11172722.

HSL color Cylindrical-coordinate representation of color #727BAA: hue angle of 230.36º 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 #727BAA is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 123 170 -
CMYK 0.33 0.28 0 0.33
HSL 230.36º 0.25% 0.56% -
HSV(B) 230.36º 0.33% 0.67% -
XYZ 21.28 20.65 40.89 -
YUV 125.67 153.02 119.68 -
System Red Green Blue C M Y K H S L
Decimal 114 123 170 0.33 0.28 0 0.33 230.36 0.25 0.56
Hex 72 7B AA 21 1C 0 21 E6 19 38
Octal 162 173 252 41 34 0 41 346 31 70
Binary 1110010 1111011 10101010 100001 11100 0 100001 11100110 11001 111000

Color Harmonies of #727BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727BAA

Black with #727BAA

Text Example


Text Example

White with #727BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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