Html Css Color HEX #71789F Ship Cove

📋 copy color: '#71789F'

red 113 ◦ green 120 ◦ blue 159

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

Shades of Ship Cove #71789F

Tints of Ship Cove #71789F

RGB

 RED value IS 113 (44.53% from 255) = 28.83%

 GREEN value IS 120 (47.27% from 255) = 30.61%

 BLUE value IS 159 (62.5% from 255) = 40.56%

R = 28.83%
G = 30.61%
B = 40.56%

CMYK

 C value IS 0.29

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#71789F (or 0x71789F) is known color: Ship Cove. HEX triplet: 71, 78 and 9F. RGB value is (113,120,159). Sum of RGB (Red+Green+Blue) = 113+120+159=392 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.83% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 159 (62.5% from 255 or 40.56% from 392); Max value from RGB is 159 - color contains mainly: blue. Hex color #71789F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71789F is #8E8760. Grayscale: #7A7A7A. Windows color (decimal): -9340769 or 10451057. OLE color: 10451057.

HSL color Cylindrical-coordinate representation of color #71789F: hue angle of 230.87º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #71789F is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 113 120 159 -
CMYK 0.29 0.25 0 0.38
HSL 230.87º 0.19% 0.53% -
HSV(B) 230.87º 0.29% 0.62% -
XYZ 19.78 19.45 35.51 -
YUV 122.35 148.68 121.33 -
System Red Green Blue C M Y K H S L
Decimal 113 120 159 0.29 0.25 0 0.38 230.87 0.19 0.53
Hex 71 78 9F 1D 19 0 26 E7 13 35
Octal 161 170 237 35 31 0 46 347 23 65
Binary 1110001 1111000 10011111 11101 11001 0 100110 11100111 10011 110101

Color Harmonies of #71789F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71789F

Black with #71789F

Text Example


Text Example

White with #71789F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71789F; }

 p { color: rgb(113,120,159); }

 H1.HeaderClassName
 {
   color: #71789F;
 }
 .AnyTagClassName
 {
   color: #71789F;
 }
</style>

background-color css

<style>
 a { background-color: #71789F; }

 a { background-color: rgb(113,120,159); }

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

border-color css

<style>
 span { border-color: #71789F; }

 span { border-color: rgb(113,120,159); }

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