Html Css Color HEX #848FA4 Ship Cove

📋 copy color: '#848FA4'

red 132 ◦ green 143 ◦ blue 164

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

Shades of Ship Cove #848FA4

Tints of Ship Cove #848FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 37.36%

R = 30.07%
G = 32.57%
B = 37.36%

CMYK

 C value IS 0.20

 M value IS 0.13

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#848FA4 (or 0x848FA4) is known color: Ship Cove. HEX triplet: 84, 8F and A4. RGB value is (132,143,164). Sum of RGB (Red+Green+Blue) = 132+143+164=439 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.07% from 439); Green value is 143 (56.25% from 255 or 32.57% from 439); Blue value is 164 (64.45% from 255 or 37.36% from 439); Max value from RGB is 164 - color contains mainly: blue. Hex color #848FA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848FA4 is #7B705B. Grayscale: #8E8E8E. Windows color (decimal): -8089692 or 10784644. OLE color: 10784644.

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

Color convert

RGB 132 143 164 -
CMYK 0.20 0.13 0 0.36
HSL 219.38º 0.15% 0.58% -
HSV(B) 219.38º 0.2% 0.64% -
XYZ 26.04 27.23 39.01 -
YUV 142.11 140.36 120.79 -
System Red Green Blue C M Y K H S L
Decimal 132 143 164 0.20 0.13 0 0.36 219.38 0.15 0.58
Hex 84 8F A4 14 D 0 24 DB F 3A
Octal 204 217 244 24 15 0 44 333 17 72
Binary 10000100 10001111 10100100 10100 1101 0 100100 11011011 1111 111010

Color Harmonies of #848FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848FA4

Black with #848FA4

Text Example


Text Example

White with #848FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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