Html Css Color HEX #858FAC Ship Cove

📋 copy color: '#858FAC'

red 133 ◦ green 143 ◦ blue 172

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

Shades of Ship Cove #858FAC

Tints of Ship Cove #858FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.39%

R = 29.69%
G = 31.92%
B = 38.39%

CMYK

 C value IS 0.23

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#858FAC (or 0x858FAC) is known color: Ship Cove. HEX triplet: 85, 8F and AC. RGB value is (133,143,172). Sum of RGB (Red+Green+Blue) = 133+143+172=448 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.69% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 172 - color contains mainly: blue. Hex color #858FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858FAC is #7A7053. Grayscale: #8F8F8F. Windows color (decimal): -8024148 or 11308933. OLE color: 11308933.

HSL color Cylindrical-coordinate representation of color #858FAC: hue angle of 224.62º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #858FAC is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 143 172 -
CMYK 0.23 0.17 0 0.33
HSL 224.62º 0.19% 0.6% -
HSV(B) 224.62º 0.23% 0.67% -
XYZ 26.94 27.61 42.94 -
YUV 143.32 144.19 120.64 -
System Red Green Blue C M Y K H S L
Decimal 133 143 172 0.23 0.17 0 0.33 224.62 0.19 0.6
Hex 85 8F AC 17 11 0 21 E1 13 3C
Octal 205 217 254 27 21 0 41 341 23 74
Binary 10000101 10001111 10101100 10111 10001 0 100001 11100001 10011 111100

Color Harmonies of #858FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858FAC

Black with #858FAC

Text Example


Text Example

White with #858FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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