Html Css Color HEX #858DF6 Portage

📋 copy color: '#858DF6'

red 133 ◦ green 141 ◦ blue 246

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

Shades of Portage #858DF6

Tints of Portage #858DF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 47.31%

R = 25.58%
G = 27.12%
B = 47.31%

CMYK

 C value IS 0.46

 M value IS 0.43

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#858DF6 (or 0x858DF6) is known color: Portage. HEX triplet: 85, 8D and F6. RGB value is (133,141,246). Sum of RGB (Red+Green+Blue) = 133+141+246=520 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.58% from 520); Green value is 141 (55.47% from 255 or 27.12% from 520); Blue value is 246 (96.48% from 255 or 47.31% from 520); Max value from RGB is 246 - color contains mainly: blue. Hex color #858DF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858DF6 is #7A7209. Grayscale: #969696. Windows color (decimal): -8024586 or 16158085. OLE color: 16158085.

HSL color Cylindrical-coordinate representation of color #858DF6: hue angle of 235.75º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #858DF6 is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 133 141 246 -
CMYK 0.46 0.43 0 0.04
HSL 235.75º 0.86% 0.74% -
HSV(B) 235.75º 0.46% 0.96% -
XYZ 35.83 30.69 91.22 -
YUV 150.58 181.85 115.46 -
System Red Green Blue C M Y K H S L
Decimal 133 141 246 0.46 0.43 0 0.04 235.75 0.86 0.74
Hex 85 8D F6 2E 2B 0 4 EC 56 4A
Octal 205 215 366 56 53 0 4 354 126 112
Binary 10000101 10001101 11110110 101110 101011 0 100 11101100 1010110 1001010

Color Harmonies of #858DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858DF6

Black with #858DF6

Text Example


Text Example

White with #858DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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