Html Css Color HEX #858EE1 Portage

📋 copy color: '#858EE1'

red 133 ◦ green 142 ◦ blue 225

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

Shades of Portage #858EE1

Tints of Portage #858EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 45%

R = 26.6%
G = 28.4%
B = 45%

CMYK

 C value IS 0.41

 M value IS 0.37

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#858EE1 (or 0x858EE1) is known color: Portage. HEX triplet: 85, 8E and E1. RGB value is (133,142,225). Sum of RGB (Red+Green+Blue) = 133+142+225=500 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.6% from 500); Green value is 142 (55.86% from 255 or 28.4% from 500); Blue value is 225 (88.28% from 255 or 45% from 500); Max value from RGB is 225 - color contains mainly: blue. Hex color #858EE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858EE1 is #7A711E. Grayscale: #949494. Windows color (decimal): -8024351 or 14782085. OLE color: 14782085.

HSL color Cylindrical-coordinate representation of color #858EE1: hue angle of 234.13º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #858EE1 is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 133 142 225 -
CMYK 0.41 0.37 0 0.12
HSL 234.13º 0.61% 0.7% -
HSV(B) 234.13º 0.41% 0.88% -
XYZ 32.94 29.77 75.24 -
YUV 148.77 171.02 116.75 -
System Red Green Blue C M Y K H S L
Decimal 133 142 225 0.41 0.37 0 0.12 234.13 0.61 0.7
Hex 85 8E E1 29 25 0 C EA 3D 46
Octal 205 216 341 51 45 0 14 352 75 106
Binary 10000101 10001110 11100001 101001 100101 0 1100 11101010 111101 1000110

Color Harmonies of #858EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858EE1

Black with #858EE1

Text Example


Text Example

White with #858EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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