Html Css Color HEX #858ED6 Portage

📋 copy color: '#858ED6'

red 133 ◦ green 142 ◦ blue 214

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

Shades of Portage #858ED6

Tints of Portage #858ED6

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.04%

 BLUE value IS 214 (83.98% from 255) = 43.76%

R = 27.2%
G = 29.04%
B = 43.76%

CMYK

 C value IS 0.38

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#858ED6 (or 0x858ED6) is known color: Portage. HEX triplet: 85, 8E and D6. RGB value is (133,142,214). Sum of RGB (Red+Green+Blue) = 133+142+214=489 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.20% from 489); Green value is 142 (55.86% from 255 or 29.04% from 489); Blue value is 214 (83.98% from 255 or 43.76% from 489); Max value from RGB is 214 - color contains mainly: blue. Hex color #858ED6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858ED6 is #7A7129. Grayscale: #939393. Windows color (decimal): -8024362 or 14061189. OLE color: 14061189.

HSL color Cylindrical-coordinate representation of color #858ED6: hue angle of 233.33º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #858ED6 is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 133 142 214 -
CMYK 0.38 0.34 0 0.16
HSL 233.33º 0.5% 0.68% -
HSV(B) 233.33º 0.38% 0.84% -
XYZ 31.48 29.19 67.59 -
YUV 147.52 165.52 117.65 -
System Red Green Blue C M Y K H S L
Decimal 133 142 214 0.38 0.34 0 0.16 233.33 0.5 0.68
Hex 85 8E D6 26 22 0 10 E9 32 44
Octal 205 216 326 46 42 0 20 351 62 104
Binary 10000101 10001110 11010110 100110 100010 0 10000 11101001 110010 1000100

Color Harmonies of #858ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858ED6

Black with #858ED6

Text Example


Text Example

White with #858ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,142,214); }

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

background-color css

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

 a { background-color: rgb(133,142,214); }

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

border-color css

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

 span { border-color: rgb(133,142,214); }

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