Html Css Color HEX #848DA6 Ship Cove

📋 copy color: '#848DA6'

red 132 ◦ green 141 ◦ blue 166

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

Shades of Ship Cove #848DA6

Tints of Ship Cove #848DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 37.81%

R = 30.07%
G = 32.12%
B = 37.81%

CMYK

 C value IS 0.20

 M value IS 0.15

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#848DA6 (or 0x848DA6) is known color: Ship Cove. HEX triplet: 84, 8D and A6. RGB value is (132,141,166). Sum of RGB (Red+Green+Blue) = 132+141+166=439 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.07% from 439); Green value is 141 (55.47% from 255 or 32.12% from 439); Blue value is 166 (65.23% from 255 or 37.81% from 439); Max value from RGB is 166 - color contains mainly: blue. Hex color #848DA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848DA6 is #7B7259. Grayscale: #8D8D8D. Windows color (decimal): -8090202 or 10915204. OLE color: 10915204.

HSL color Cylindrical-coordinate representation of color #848DA6: hue angle of 224.12º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #848DA6 is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 132 141 166 -
CMYK 0.20 0.15 0 0.35
HSL 224.12º 0.16% 0.58% -
HSV(B) 224.12º 0.2% 0.65% -
XYZ 25.92 26.71 39.87 -
YUV 141.16 142.02 121.47 -
System Red Green Blue C M Y K H S L
Decimal 132 141 166 0.20 0.15 0 0.35 224.12 0.16 0.58
Hex 84 8D A6 14 F 0 23 E0 10 3A
Octal 204 215 246 24 17 0 43 340 20 72
Binary 10000100 10001101 10100110 10100 1111 0 100011 11100000 10000 111010

Color Harmonies of #848DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848DA6

Black with #848DA6

Text Example


Text Example

White with #848DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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