Html Css Color HEX #7F8CAB Ship Cove

📋 copy color: '#7F8CAB'

red 127 ◦ green 140 ◦ blue 171

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

Shades of Ship Cove #7F8CAB

Tints of Ship Cove #7F8CAB

RGB

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

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

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

R = 29%
G = 31.96%
B = 39.04%

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

#7F8CAB (or 0x7F8CAB) is known color: Ship Cove. HEX triplet: 7F, 8C and AB. RGB value is (127,140,171). Sum of RGB (Red+Green+Blue) = 127+140+171=438 (58% of max value = 765). Red value is 127 (50% from 255 or 29.00% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 171 - color contains mainly: blue. Hex color #7F8CAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8CAB is #807354. Grayscale: #8B8B8B. Windows color (decimal): -8418133 or 11242623. OLE color: 11242623.

HSL color Cylindrical-coordinate representation of color #7F8CAB: hue angle of 222.27º 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 #7F8CAB is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 140 171 -
CMYK 0.26 0.18 0 0.33
HSL 222.27º 0.21% 0.58% -
HSV(B) 222.27º 0.26% 0.67% -
XYZ 25.48 26.21 42.24 -
YUV 139.65 145.69 118.98 -
System Red Green Blue C M Y K H S L
Decimal 127 140 171 0.26 0.18 0 0.33 222.27 0.21 0.58
Hex 7F 8C AB 1A 12 0 21 DE 15 3A
Octal 177 214 253 32 22 0 41 336 25 72
Binary 1111111 10001100 10101011 11010 10010 0 100001 11011110 10101 111010

Color Harmonies of #7F8CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8CAB

Black with #7F8CAB

Text Example


Text Example

White with #7F8CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,140,171); }

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

background-color css

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

 a { background-color: rgb(127,140,171); }

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

border-color css

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

 span { border-color: rgb(127,140,171); }

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