Html Css Color HEX #848EAC Ship Cove

📋 copy color: '#848EAC'

red 132 ◦ green 142 ◦ blue 172

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

Shades of Ship Cove #848EAC

Tints of Ship Cove #848EAC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.84%

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

R = 29.6%
G = 31.84%
B = 38.57%

CMYK

 C value IS 0.23

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#848EAC (or 0x848EAC) is known color: Ship Cove. HEX triplet: 84, 8E and AC. RGB value is (132,142,172). Sum of RGB (Red+Green+Blue) = 132+142+172=446 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.60% from 446); Green value is 142 (55.86% from 255 or 31.84% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 172 - color contains mainly: blue. Hex color #848EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848EAC is #7B7153. Grayscale: #8E8E8E. Windows color (decimal): -8089940 or 11308676. OLE color: 11308676.

HSL color Cylindrical-coordinate representation of color #848EAC: hue angle of 225º 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 #848EAC is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 132 142 172 -
CMYK 0.23 0.17 0 0.33
HSL 225º 0.19% 0.6% -
HSV(B) 225º 0.23% 0.67% -
XYZ 26.64 27.23 42.88 -
YUV 142.43 144.69 120.56 -
System Red Green Blue C M Y K H S L
Decimal 132 142 172 0.23 0.17 0 0.33 225 0.19 0.6
Hex 84 8E AC 17 11 0 21 E1 13 3C
Octal 204 216 254 27 21 0 41 341 23 74
Binary 10000100 10001110 10101100 10111 10001 0 100001 11100001 10011 111100

Color Harmonies of #848EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848EAC

Black with #848EAC

Text Example


Text Example

White with #848EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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