Html Css Color HEX #858EDC Portage

📋 copy color: '#858EDC'

red 133 ◦ green 142 ◦ blue 220

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

Shades of Portage #858EDC

Tints of Portage #858EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.44%

R = 26.87%
G = 28.69%
B = 44.44%

CMYK

 C value IS 0.40

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#858EDC (or 0x858EDC) is known color: Portage. HEX triplet: 85, 8E and DC. RGB value is (133,142,220). Sum of RGB (Red+Green+Blue) = 133+142+220=495 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.87% from 495); Green value is 142 (55.86% from 255 or 28.69% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #858EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858EDC is #7A7123. Grayscale: #939393. Windows color (decimal): -8024356 or 14454405. OLE color: 14454405.

HSL color Cylindrical-coordinate representation of color #858EDC: hue angle of 233.79º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #858EDC is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 142 220 -
CMYK 0.40 0.35 0 0.14
HSL 233.79º 0.55% 0.69% -
HSV(B) 233.79º 0.4% 0.86% -
XYZ 32.26 29.5 71.7 -
YUV 148.2 168.52 117.16 -
System Red Green Blue C M Y K H S L
Decimal 133 142 220 0.40 0.35 0 0.14 233.79 0.55 0.69
Hex 85 8E DC 28 23 0 E EA 37 45
Octal 205 216 334 50 43 0 16 352 67 105
Binary 10000101 10001110 11011100 101000 100011 0 1110 11101010 110111 1000101

Color Harmonies of #858EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858EDC

Black with #858EDC

Text Example


Text Example

White with #858EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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