Html Css Color HEX #858FAF Ship Cove

📋 copy color: '#858FAF'

red 133 ◦ green 143 ◦ blue 175

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

Shades of Ship Cove #858FAF

Tints of Ship Cove #858FAF

RGB

 RED value IS 133 (52.34% from 255) = 29.49%

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

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

R = 29.49%
G = 31.71%
B = 38.8%

CMYK

 C value IS 0.24

 M value IS 0.18

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#858FAF (or 0x858FAF) is known color: Ship Cove. HEX triplet: 85, 8F and AF. RGB value is (133,143,175). Sum of RGB (Red+Green+Blue) = 133+143+175=451 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.49% from 451); Green value is 143 (56.25% from 255 or 31.71% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 175 - color contains mainly: blue. Hex color #858FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858FAF is #7A7050. Grayscale: #8F8F8F. Windows color (decimal): -8024145 or 11505541. OLE color: 11505541.

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

Color convert

RGB 133 143 175 -
CMYK 0.24 0.18 0 0.31
HSL 225.71º 0.21% 0.6% -
HSV(B) 225.71º 0.24% 0.69% -
XYZ 27.23 27.73 44.47 -
YUV 143.66 145.69 120.4 -
System Red Green Blue C M Y K H S L
Decimal 133 143 175 0.24 0.18 0 0.31 225.71 0.21 0.6
Hex 85 8F AF 18 12 0 1F E2 15 3C
Octal 205 217 257 30 22 0 37 342 25 74
Binary 10000101 10001111 10101111 11000 10010 0 11111 11100010 10101 111100

Color Harmonies of #858FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858FAF

Black with #858FAF

Text Example


Text Example

White with #858FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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