Html Css Color HEX #848FAF Ship Cove

📋 copy color: '#848FAF'

red 132 ◦ green 143 ◦ blue 175

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

Shades of Ship Cove #848FAF

Tints of Ship Cove #848FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.89%

R = 29.33%
G = 31.78%
B = 38.89%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#848FAF (or 0x848FAF) is known color: Ship Cove. HEX triplet: 84, 8F and AF. RGB value is (132,143,175). Sum of RGB (Red+Green+Blue) = 132+143+175=450 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.33% from 450); Green value is 143 (56.25% from 255 or 31.78% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 175 - color contains mainly: blue. Hex color #848FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848FAF is #7B7050. Grayscale: #8F8F8F. Windows color (decimal): -8089681 or 11505540. OLE color: 11505540.

HSL color Cylindrical-coordinate representation of color #848FAF: hue angle of 224.65º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #848FAF is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 132 143 175 -
CMYK 0.25 0.18 0 0.31
HSL 224.65º 0.21% 0.6% -
HSV(B) 224.65º 0.25% 0.69% -
XYZ 27.08 27.65 44.47 -
YUV 143.36 145.86 119.9 -
System Red Green Blue C M Y K H S L
Decimal 132 143 175 0.25 0.18 0 0.31 224.65 0.21 0.6
Hex 84 8F AF 19 12 0 1F E1 15 3C
Octal 204 217 257 31 22 0 37 341 25 74
Binary 10000100 10001111 10101111 11001 10010 0 11111 11100001 10101 111100

Color Harmonies of #848FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848FAF

Black with #848FAF

Text Example


Text Example

White with #848FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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