Html Css Color HEX #7F8FAA Ship Cove

📋 copy color: '#7F8FAA'

red 127 ◦ green 143 ◦ blue 170

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

Shades of Ship Cove #7F8FAA

Tints of Ship Cove #7F8FAA

RGB

 RED value IS 127 (50% from 255) = 28.86%

 GREEN value IS 143 (56.25% from 255) = 32.5%

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

R = 28.86%
G = 32.5%
B = 38.64%

CMYK

 C value IS 0.25

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7F8FAA (or 0x7F8FAA) is known color: Ship Cove. HEX triplet: 7F, 8F and AA. RGB value is (127,143,170). Sum of RGB (Red+Green+Blue) = 127+143+170=440 (58% of max value = 765). Red value is 127 (50% from 255 or 28.86% from 440); Green value is 143 (56.25% from 255 or 32.5% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 170 - color contains mainly: blue. Hex color #7F8FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8FAA is #807055. Grayscale: #8D8D8D. Windows color (decimal): -8417366 or 11177855. OLE color: 11177855.

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

Color convert

RGB 127 143 170 -
CMYK 0.25 0.16 0 0.33
HSL 217.67º 0.2% 0.58% -
HSV(B) 217.67º 0.25% 0.67% -
XYZ 25.83 27.06 41.89 -
YUV 141.29 144.2 117.8 -
System Red Green Blue C M Y K H S L
Decimal 127 143 170 0.25 0.16 0 0.33 217.67 0.2 0.58
Hex 7F 8F AA 19 10 0 21 DA 14 3A
Octal 177 217 252 31 20 0 41 332 24 72
Binary 1111111 10001111 10101010 11001 10000 0 100001 11011010 10100 111010

Color Harmonies of #7F8FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8FAA

Black with #7F8FAA

Text Example


Text Example

White with #7F8FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,143,170); }

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

background-color css

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

 a { background-color: rgb(127,143,170); }

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

border-color css

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

 span { border-color: rgb(127,143,170); }

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