Html Css Color HEX #848FAB Ship Cove

📋 copy color: '#848FAB'

red 132 ◦ green 143 ◦ blue 171

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

Shades of Ship Cove #848FAB

Tints of Ship Cove #848FAB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.06%

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

R = 29.6%
G = 32.06%
B = 38.34%

CMYK

 C value IS 0.23

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#848FAB (or 0x848FAB) is known color: Ship Cove. HEX triplet: 84, 8F and AB. RGB value is (132,143,171). Sum of RGB (Red+Green+Blue) = 132+143+171=446 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.60% from 446); Green value is 143 (56.25% from 255 or 32.06% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 171 - color contains mainly: blue. Hex color #848FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848FAB is #7B7054. Grayscale: #8E8E8E. Windows color (decimal): -8089685 or 11243396. OLE color: 11243396.

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

Color convert

RGB 132 143 171 -
CMYK 0.23 0.16 0 0.33
HSL 223.08º 0.19% 0.59% -
HSV(B) 223.08º 0.23% 0.67% -
XYZ 26.69 27.49 42.43 -
YUV 142.9 143.86 120.22 -
System Red Green Blue C M Y K H S L
Decimal 132 143 171 0.23 0.16 0 0.33 223.08 0.19 0.59
Hex 84 8F AB 17 10 0 21 DF 13 3B
Octal 204 217 253 27 20 0 41 337 23 73
Binary 10000100 10001111 10101011 10111 10000 0 100001 11011111 10011 111011

Color Harmonies of #848FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848FAB

Black with #848FAB

Text Example


Text Example

White with #848FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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