Html Css Color HEX #717BAA Ship Cove

📋 copy color: '#717BAA'

red 113 ◦ green 123 ◦ blue 170

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

Shades of Ship Cove #717BAA

Tints of Ship Cove #717BAA

RGB

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

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

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

R = 27.83%
G = 30.3%
B = 41.87%

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

#717BAA (or 0x717BAA) is known color: Ship Cove. HEX triplet: 71, 7B and AA. RGB value is (113,123,170). Sum of RGB (Red+Green+Blue) = 113+123+170=406 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.83% from 406); Green value is 123 (48.44% from 255 or 30.30% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 170 - color contains mainly: blue. Hex color #717BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717BAA is #8E8455. Grayscale: #7D7D7D. Windows color (decimal): -9339990 or 11172721. OLE color: 11172721.

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

Color convert

RGB 113 123 170 -
CMYK 0.34 0.28 0 0.33
HSL 229.47º 0.25% 0.55% -
HSV(B) 229.47º 0.34% 0.67% -
XYZ 21.15 20.58 40.89 -
YUV 125.37 153.19 119.18 -
System Red Green Blue C M Y K H S L
Decimal 113 123 170 0.34 0.28 0 0.33 229.47 0.25 0.55
Hex 71 7B AA 22 1C 0 21 E5 19 37
Octal 161 173 252 42 34 0 41 345 31 67
Binary 1110001 1111011 10101010 100010 11100 0 100001 11100101 11001 110111

Color Harmonies of #717BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717BAA

Black with #717BAA

Text Example


Text Example

White with #717BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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