Html Css Color HEX #858DCF Portage

📋 copy color: '#858DCF'

red 133 ◦ green 141 ◦ blue 207

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

Shades of Portage #858DCF

Tints of Portage #858DCF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.31%

 BLUE value IS 207 (81.25% from 255) = 43.04%

R = 27.65%
G = 29.31%
B = 43.04%

CMYK

 C value IS 0.36

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#858DCF (or 0x858DCF) is known color: Portage. HEX triplet: 85, 8D and CF. RGB value is (133,141,207). Sum of RGB (Red+Green+Blue) = 133+141+207=481 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.65% from 481); Green value is 141 (55.47% from 255 or 29.31% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #858DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858DCF is #7A7230. Grayscale: #919191. Windows color (decimal): -8024625 or 13602181. OLE color: 13602181.

HSL color Cylindrical-coordinate representation of color #858DCF: hue angle of 233.51º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #858DCF is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 141 207 -
CMYK 0.36 0.32 0 0.19
HSL 233.51º 0.44% 0.67% -
HSV(B) 233.51º 0.36% 0.81% -
XYZ 30.46 28.54 62.94 -
YUV 146.13 162.35 118.63 -
System Red Green Blue C M Y K H S L
Decimal 133 141 207 0.36 0.32 0 0.19 233.51 0.44 0.67
Hex 85 8D CF 24 20 0 13 EA 2C 43
Octal 205 215 317 44 40 0 23 352 54 103
Binary 10000101 10001101 11001111 100100 100000 0 10011 11101010 101100 1000011

Color Harmonies of #858DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858DCF

Black with #858DCF

Text Example


Text Example

White with #858DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,141,207); }

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

background-color css

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

 a { background-color: rgb(133,141,207); }

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

border-color css

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

 span { border-color: rgb(133,141,207); }

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