Html Css Color HEX #727FB0 Ship Cove

📋 copy color: '#727FB0'

red 114 ◦ green 127 ◦ blue 176

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

Shades of Ship Cove #727FB0

Tints of Ship Cove #727FB0

RGB

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

 GREEN value IS 127 (50% from 255) = 30.46%

 BLUE value IS 176 (69.14% from 255) = 42.21%

R = 27.34%
G = 30.46%
B = 42.21%

CMYK

 C value IS 0.35

 M value IS 0.28

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#727FB0 (or 0x727FB0) is known color: Ship Cove. HEX triplet: 72, 7F and B0. RGB value is (114,127,176). Sum of RGB (Red+Green+Blue) = 114+127+176=417 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.34% from 417); Green value is 127 (50% from 255 or 30.46% from 417); Blue value is 176 (69.14% from 255 or 42.21% from 417); Max value from RGB is 176 - color contains mainly: blue. Hex color #727FB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727FB0 is #8D804F. Grayscale: #808080. Windows color (decimal): -9273424 or 11566962. OLE color: 11566962.

HSL color Cylindrical-coordinate representation of color #727FB0: hue angle of 227.42º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #727FB0 is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 114 127 176 -
CMYK 0.35 0.28 0 0.31
HSL 227.42º 0.28% 0.57% -
HSV(B) 227.42º 0.35% 0.69% -
XYZ 22.37 21.89 44.12 -
YUV 128.7 154.69 117.52 -
System Red Green Blue C M Y K H S L
Decimal 114 127 176 0.35 0.28 0 0.31 227.42 0.28 0.57
Hex 72 7F B0 23 1C 0 1F E3 1C 39
Octal 162 177 260 43 34 0 37 343 34 71
Binary 1110010 1111111 10110000 100011 11100 0 11111 11100011 11100 111001

Color Harmonies of #727FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727FB0

Black with #727FB0

Text Example


Text Example

White with #727FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,127,176); }

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

background-color css

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

 a { background-color: rgb(114,127,176); }

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

border-color css

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

 span { border-color: rgb(114,127,176); }

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