Html Css Color HEX #727BAB Ship Cove

📋 copy color: '#727BAB'

red 114 ◦ green 123 ◦ blue 171

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

Shades of Ship Cove #727BAB

Tints of Ship Cove #727BAB

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 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

#727BAB (or 0x727BAB) is known color: 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

RGB 114 123 171 -
CMYK 0.33 0.28 0 0.33
HSL 230.53º 0.25% 0.56% -
HSV(B) 230.53º 0.33% 0.67% -
XYZ 21.37 20.68 41.39 -
YUV 125.78 153.52 119.6 -
System Red Green Blue C M Y K H S L
Decimal 114 123 171 0.33 0.28 0 0.33 230.53 0.25 0.56
Hex 72 7B AB 21 1C 0 21 E7 19 38
Octal 162 173 253 41 34 0 41 347 31 70
Binary 1110010 1111011 10101011 100001 11100 0 100001 11100111 11001 111000

Color Harmonies of #727BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727BAB

Black with #727BAB

Text Example


Text Example

White with #727BAB

Text Example


Text Example

HTML Codes & Css Web 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>