Html Css Color HEX #858ECD Portage

📋 copy color: '#858ECD'

red 133 ◦ green 142 ◦ blue 205

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

Shades of Portage #858ECD

Tints of Portage #858ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.71%

R = 27.71%
G = 29.58%
B = 42.71%

CMYK

 C value IS 0.35

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#858ECD (or 0x858ECD) is known color: Portage. HEX triplet: 85, 8E and CD. RGB value is (133,142,205). Sum of RGB (Red+Green+Blue) = 133+142+205=480 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.71% from 480); Green value is 142 (55.86% from 255 or 29.58% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #858ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858ECD is #7A7132. Grayscale: #929292. Windows color (decimal): -8024371 or 13471365. OLE color: 13471365.

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

Color convert

RGB 133 142 205 -
CMYK 0.35 0.31 0 0.20
HSL 232.5º 0.42% 0.66% -
HSV(B) 232.5º 0.35% 0.8% -
XYZ 30.37 28.74 61.7 -
YUV 146.49 161.02 118.38 -
System Red Green Blue C M Y K H S L
Decimal 133 142 205 0.35 0.31 0 0.20 232.5 0.42 0.66
Hex 85 8E CD 23 1F 0 14 E8 2A 42
Octal 205 216 315 43 37 0 24 350 52 102
Binary 10000101 10001110 11001101 100011 11111 0 10100 11101000 101010 1000010

Color Harmonies of #858ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858ECD

Black with #858ECD

Text Example


Text Example

White with #858ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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