Html Css Color HEX #858DCE Portage

📋 copy color: '#858DCE'

red 133 ◦ green 141 ◦ blue 206

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

Shades of Portage #858DCE

Tints of Portage #858DCE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.38%

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

R = 27.71%
G = 29.38%
B = 42.92%

CMYK

 C value IS 0.35

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#858DCE (or 0x858DCE) is known color: Portage. HEX triplet: 85, 8D and CE. RGB value is (133,141,206). Sum of RGB (Red+Green+Blue) = 133+141+206=480 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.71% from 480); Green value is 141 (55.47% from 255 or 29.38% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #858DCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858DCE is #7A7231. Grayscale: #919191. Windows color (decimal): -8024626 or 13536645. OLE color: 13536645.

HSL color Cylindrical-coordinate representation of color #858DCE: hue angle of 233.42º 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 #858DCE is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 141 206 -
CMYK 0.35 0.32 0 0.19
HSL 233.42º 0.43% 0.66% -
HSV(B) 233.42º 0.35% 0.81% -
XYZ 30.34 28.49 62.29 -
YUV 146.02 161.85 118.71 -
System Red Green Blue C M Y K H S L
Decimal 133 141 206 0.35 0.32 0 0.19 233.42 0.43 0.66
Hex 85 8D CE 23 20 0 13 E9 2B 42
Octal 205 215 316 43 40 0 23 351 53 102
Binary 10000101 10001101 11001110 100011 100000 0 10011 11101001 101011 1000010

Color Harmonies of #858DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858DCE

Black with #858DCE

Text Example


Text Example

White with #858DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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