Html Css Color HEX #717BAB Ship Cove

📋 copy color: '#717BAB'

red 113 ◦ green 123 ◦ blue 171

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

Shades of Ship Cove #717BAB

Tints of Ship Cove #717BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.01%

R = 27.76%
G = 30.22%
B = 42.01%

CMYK

 C value IS 0.34

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#717BAB (or 0x717BAB) is known color: Ship Cove. HEX triplet: 71, 7B and AB. RGB value is (113,123,171). Sum of RGB (Red+Green+Blue) = 113+123+171=407 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.76% from 407); Green value is 123 (48.44% from 255 or 30.22% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 171 - color contains mainly: blue. Hex color #717BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717BAB is #8E8454. Grayscale: #7D7D7D. Windows color (decimal): -9339989 or 11238257. OLE color: 11238257.

HSL color Cylindrical-coordinate representation of color #717BAB: hue angle of 229.66º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #717BAB is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 123 171 -
CMYK 0.34 0.28 0 0.33
HSL 229.66º 0.26% 0.56% -
HSV(B) 229.66º 0.34% 0.67% -
XYZ 21.24 20.62 41.39 -
YUV 125.48 153.69 119.1 -
System Red Green Blue C M Y K H S L
Decimal 113 123 171 0.34 0.28 0 0.33 229.66 0.26 0.56
Hex 71 7B AB 22 1C 0 21 E6 1A 38
Octal 161 173 253 42 34 0 41 346 32 70
Binary 1110001 1111011 10101011 100010 11100 0 100001 11100110 11010 111000

Color Harmonies of #717BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717BAB

Black with #717BAB

Text Example


Text Example

White with #717BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717BAB; }

 p { color: rgb(113,123,171); }

 H1.HeaderClassName
 {
   color: #717BAB;
 }
 .AnyTagClassName
 {
   color: #717BAB;
 }
</style>

background-color css

<style>
 a { background-color: #717BAB; }

 a { background-color: rgb(113,123,171); }

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

border-color css

<style>
 span { border-color: #717BAB; }

 span { border-color: rgb(113,123,171); }

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