Html Css Color HEX #848CAB Ship Cove

📋 copy color: '#848CAB'

red 132 ◦ green 140 ◦ blue 171

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

Shades of Ship Cove #848CAB

Tints of Ship Cove #848CAB

RGB

 RED value IS 132 (51.95% from 255) = 29.8%

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

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

R = 29.8%
G = 31.6%
B = 38.6%

CMYK

 C value IS 0.23

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#848CAB (or 0x848CAB) is known color: Ship Cove. HEX triplet: 84, 8C and AB. RGB value is (132,140,171). Sum of RGB (Red+Green+Blue) = 132+140+171=443 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.80% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 171 - color contains mainly: blue. Hex color #848CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848CAB is #7B7354. Grayscale: #8D8D8D. Windows color (decimal): -8090453 or 11242628. OLE color: 11242628.

HSL color Cylindrical-coordinate representation of color #848CAB: hue angle of 227.69º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #848CAB is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 132 140 171 -
CMYK 0.23 0.18 0 0.33
HSL 227.69º 0.19% 0.59% -
HSV(B) 227.69º 0.23% 0.67% -
XYZ 26.24 26.6 42.28 -
YUV 141.14 144.85 121.48 -
System Red Green Blue C M Y K H S L
Decimal 132 140 171 0.23 0.18 0 0.33 227.69 0.19 0.59
Hex 84 8C AB 17 12 0 21 E4 13 3B
Octal 204 214 253 27 22 0 41 344 23 73
Binary 10000100 10001100 10101011 10111 10010 0 100001 11100100 10011 111011

Color Harmonies of #848CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848CAB

Black with #848CAB

Text Example


Text Example

White with #848CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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