Html Css Color HEX #858ECE Portage

📋 copy color: '#858ECE'

red 133 ◦ green 142 ◦ blue 206

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

Shades of Portage #858ECE

Tints of Portage #858ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.83%

R = 27.65%
G = 29.52%
B = 42.83%

CMYK

 C value IS 0.35

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#858ECE (or 0x858ECE) is known color: Portage. HEX triplet: 85, 8E and CE. RGB value is (133,142,206). Sum of RGB (Red+Green+Blue) = 133+142+206=481 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.65% from 481); Green value is 142 (55.86% from 255 or 29.52% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #858ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858ECE is #7A7131. Grayscale: #929292. Windows color (decimal): -8024370 or 13536901. OLE color: 13536901.

HSL color Cylindrical-coordinate representation of color #858ECE: hue angle of 232.6º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #858ECE is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 142 206 -
CMYK 0.35 0.31 0 0.19
HSL 232.6º 0.43% 0.66% -
HSV(B) 232.6º 0.35% 0.81% -
XYZ 30.49 28.79 62.34 -
YUV 146.61 161.52 118.3 -
System Red Green Blue C M Y K H S L
Decimal 133 142 206 0.35 0.31 0 0.19 232.6 0.43 0.66
Hex 85 8E CE 23 1F 0 13 E9 2B 42
Octal 205 216 316 43 37 0 23 351 53 102
Binary 10000101 10001110 11001110 100011 11111 0 10011 11101001 101011 1000010

Color Harmonies of #858ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858ECE

Black with #858ECE

Text Example


Text Example

White with #858ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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