Html Css Color HEX #848FAA Ship Cove

📋 copy color: '#848FAA'

red 132 ◦ green 143 ◦ blue 170

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

Shades of Ship Cove #848FAA

Tints of Ship Cove #848FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.2%

R = 29.66%
G = 32.13%
B = 38.2%

CMYK

 C value IS 0.22

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#848FAA (or 0x848FAA) is known color: Ship Cove. HEX triplet: 84, 8F and AA. RGB value is (132,143,170). Sum of RGB (Red+Green+Blue) = 132+143+170=445 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.66% from 445); Green value is 143 (56.25% from 255 or 32.13% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 170 - color contains mainly: blue. Hex color #848FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848FAA is #7B7055. Grayscale: #8E8E8E. Windows color (decimal): -8089686 or 11177860. OLE color: 11177860.

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

Color convert

RGB 132 143 170 -
CMYK 0.22 0.16 0 0.33
HSL 222.63º 0.18% 0.59% -
HSV(B) 222.63º 0.22% 0.67% -
XYZ 26.59 27.45 41.93 -
YUV 142.79 143.36 120.3 -
System Red Green Blue C M Y K H S L
Decimal 132 143 170 0.22 0.16 0 0.33 222.63 0.18 0.59
Hex 84 8F AA 16 10 0 21 DF 12 3B
Octal 204 217 252 26 20 0 41 337 22 73
Binary 10000100 10001111 10101010 10110 10000 0 100001 11011111 10010 111011

Color Harmonies of #848FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848FAA

Black with #848FAA

Text Example


Text Example

White with #848FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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