Html Css Color HEX #848DAC Ship Cove

📋 copy color: '#848DAC'

red 132 ◦ green 141 ◦ blue 172

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

Shades of Ship Cove #848DAC

Tints of Ship Cove #848DAC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.69%

 BLUE value IS 172 (67.58% from 255) = 38.65%

R = 29.66%
G = 31.69%
B = 38.65%

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

#848DAC (or 0x848DAC) is known color: Ship Cove. HEX triplet: 84, 8D and AC. RGB value is (132,141,172). Sum of RGB (Red+Green+Blue) = 132+141+172=445 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.66% from 445); Green value is 141 (55.47% from 255 or 31.69% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 172 - color contains mainly: blue. Hex color #848DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848DAC is #7B7253. Grayscale: #8D8D8D. Windows color (decimal): -8090196 or 11308420. OLE color: 11308420.

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

Color convert

RGB 132 141 172 -
CMYK 0.23 0.18 0 0.33
HSL 226.5º 0.19% 0.6% -
HSV(B) 226.5º 0.23% 0.67% -
XYZ 26.49 26.93 42.83 -
YUV 141.84 145.02 120.98 -
System Red Green Blue C M Y K H S L
Decimal 132 141 172 0.23 0.18 0 0.33 226.5 0.19 0.6
Hex 84 8D AC 17 12 0 21 E2 13 3C
Octal 204 215 254 27 22 0 41 342 23 74
Binary 10000100 10001101 10101100 10111 10010 0 100001 11100010 10011 111100

Color Harmonies of #848DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848DAC

Black with #848DAC

Text Example


Text Example

White with #848DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,141,172); }

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

background-color css

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

 a { background-color: rgb(132,141,172); }

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

border-color css

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

 span { border-color: rgb(132,141,172); }

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