Html Css Color HEX #7D8CAA Ship Cove

📋 copy color: '#7D8CAA'

red 125 ◦ green 140 ◦ blue 170

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

Shades of Ship Cove #7D8CAA

Tints of Ship Cove #7D8CAA

RGB

 RED value IS 125 (49.22% from 255) = 28.74%

 GREEN value IS 140 (55.08% from 255) = 32.18%

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

R = 28.74%
G = 32.18%
B = 39.08%

CMYK

 C value IS 0.26

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7D8CAA (or 0x7D8CAA) is known color: Ship Cove. HEX triplet: 7D, 8C and AA. RGB value is (125,140,170). Sum of RGB (Red+Green+Blue) = 125+140+170=435 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.74% from 435); Green value is 140 (55.08% from 255 or 32.18% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 170 - color contains mainly: blue. Hex color #7D8CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8CAA is #827355. Grayscale: #8A8A8A. Windows color (decimal): -8549206 or 11177085. OLE color: 11177085.

HSL color Cylindrical-coordinate representation of color #7D8CAA: hue angle of 220º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7D8CAA is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 125 140 170 -
CMYK 0.26 0.18 0 0.33
HSL 220º 0.21% 0.58% -
HSV(B) 220º 0.26% 0.67% -
XYZ 25.09 26.02 41.73 -
YUV 138.94 145.53 118.06 -
System Red Green Blue C M Y K H S L
Decimal 125 140 170 0.26 0.18 0 0.33 220 0.21 0.58
Hex 7D 8C AA 1A 12 0 21 DC 15 3A
Octal 175 214 252 32 22 0 41 334 25 72
Binary 1111101 10001100 10101010 11010 10010 0 100001 11011100 10101 111010

Color Harmonies of #7D8CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8CAA

Black with #7D8CAA

Text Example


Text Example

White with #7D8CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D8CAA; }

 p { color: rgb(125,140,170); }

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

background-color css

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

 a { background-color: rgb(125,140,170); }

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

border-color css

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

 span { border-color: rgb(125,140,170); }

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