Html Css Color HEX #858ECA Portage

📋 copy color: '#858ECA'

red 133 ◦ green 142 ◦ blue 202

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

Shades of Portage #858ECA

Tints of Portage #858ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.35%

R = 27.88%
G = 29.77%
B = 42.35%

CMYK

 C value IS 0.34

 M value IS 0.30

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#858ECA (or 0x858ECA) is known color: Portage. HEX triplet: 85, 8E and CA. RGB value is (133,142,202). Sum of RGB (Red+Green+Blue) = 133+142+202=477 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.88% from 477); Green value is 142 (55.86% from 255 or 29.77% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #858ECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858ECA is #7A7135. Grayscale: #919191. Windows color (decimal): -8024374 or 13274757. OLE color: 13274757.

HSL color Cylindrical-coordinate representation of color #858ECA: hue angle of 232.17º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #858ECA is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 133 142 202 -
CMYK 0.34 0.30 0 0.21
HSL 232.17º 0.39% 0.66% -
HSV(B) 232.17º 0.34% 0.79% -
XYZ 30.01 28.6 59.82 -
YUV 146.15 159.52 118.62 -
System Red Green Blue C M Y K H S L
Decimal 133 142 202 0.34 0.30 0 0.21 232.17 0.39 0.66
Hex 85 8E CA 22 1E 0 15 E8 27 42
Octal 205 216 312 42 36 0 25 350 47 102
Binary 10000101 10001110 11001010 100010 11110 0 10101 11101000 100111 1000010

Color Harmonies of #858ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858ECA

Black with #858ECA

Text Example


Text Example

White with #858ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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