Html Css Color HEX #717189 Dolphin

📋 copy color: '#717189'

red 113 ◦ green 113 ◦ blue 137

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

Shades of Dolphin #717189

Tints of Dolphin #717189

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.13%

 BLUE value IS 137 (53.91% from 255) = 37.74%

R = 31.13%
G = 31.13%
B = 37.74%

CMYK

 C value IS 0.18

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#717189 (or 0x717189) is known color: Dolphin. HEX triplet: 71, 71 and 89. RGB value is (113,113,137). Sum of RGB (Red+Green+Blue) = 113+113+137=363 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.13% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 137 (53.91% from 255 or 37.74% from 363); Max value from RGB is 137 - color contains mainly: blue. Hex color #717189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717189 is #8E8E76. Grayscale: #737373. Windows color (decimal): -9342583 or 9007473. OLE color: 9007473.

HSL color Cylindrical-coordinate representation of color #717189: hue angle of 240º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #717189 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 113 113 137 -
CMYK 0.18 0.18 0 0.46
HSL 240º 0.1% 0.49% -
HSV(B) 240º 0.18% 0.54% -
XYZ 17.23 17.13 26.06 -
YUV 115.74 140 126.05 -
System Red Green Blue C M Y K H S L
Decimal 113 113 137 0.18 0.18 0 0.46 240 0.1 0.49
Hex 71 71 89 12 12 0 2E F0 A 31
Octal 161 161 211 22 22 0 56 360 12 61
Binary 1110001 1110001 10001001 10010 10010 0 101110 11110000 1010 110001

Color Harmonies of #717189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717189

Black with #717189

Text Example


Text Example

White with #717189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717189; }

 p { color: rgb(113,113,137); }

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

background-color css

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

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

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

border-color css

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

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

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