Html Css Color HEX #858EEF Portage

📋 copy color: '#858EEF'

red 133 ◦ green 142 ◦ blue 239

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

Shades of Portage #858EEF

Tints of Portage #858EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.5%

R = 25.88%
G = 27.63%
B = 46.5%

CMYK

 C value IS 0.44

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#858EEF (or 0x858EEF) is known color: Portage. HEX triplet: 85, 8E and EF. RGB value is (133,142,239). Sum of RGB (Red+Green+Blue) = 133+142+239=514 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.88% from 514); Green value is 142 (55.86% from 255 or 27.63% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #858EEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858EEF is #7A7110. Grayscale: #959595. Windows color (decimal): -8024337 or 15699589. OLE color: 15699589.

HSL color Cylindrical-coordinate representation of color #858EEF: hue angle of 234.91º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #858EEF is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 133 142 239 -
CMYK 0.44 0.41 0 0.06
HSL 234.91º 0.77% 0.73% -
HSV(B) 234.91º 0.44% 0.94% -
XYZ 34.93 30.56 85.72 -
YUV 150.37 178.02 115.61 -
System Red Green Blue C M Y K H S L
Decimal 133 142 239 0.44 0.41 0 0.06 234.91 0.77 0.73
Hex 85 8E EF 2C 29 0 6 EB 4D 49
Octal 205 216 357 54 51 0 6 353 115 111
Binary 10000101 10001110 11101111 101100 101001 0 110 11101011 1001101 1001001

Color Harmonies of #858EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858EEF

Black with #858EEF

Text Example


Text Example

White with #858EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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