Html Css Color HEX #858EDD Portage

📋 copy color: '#858EDD'

red 133 ◦ green 142 ◦ blue 221

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

Shades of Portage #858EDD

Tints of Portage #858EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.56%

R = 26.81%
G = 28.63%
B = 44.56%

CMYK

 C value IS 0.40

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#858EDD (or 0x858EDD) is known color: Portage. HEX triplet: 85, 8E and DD. RGB value is (133,142,221). Sum of RGB (Red+Green+Blue) = 133+142+221=496 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.81% from 496); Green value is 142 (55.86% from 255 or 28.63% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #858EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858EDD is #7A7122. Grayscale: #939393. Windows color (decimal): -8024355 or 14519941. OLE color: 14519941.

HSL color Cylindrical-coordinate representation of color #858EDD: hue angle of 233.86º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #858EDD is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 142 221 -
CMYK 0.40 0.36 0 0.13
HSL 233.86º 0.56% 0.69% -
HSV(B) 233.86º 0.4% 0.87% -
XYZ 32.4 29.55 72.4 -
YUV 148.32 169.02 117.08 -
System Red Green Blue C M Y K H S L
Decimal 133 142 221 0.40 0.36 0 0.13 233.86 0.56 0.69
Hex 85 8E DD 28 24 0 D EA 38 45
Octal 205 216 335 50 44 0 15 352 70 105
Binary 10000101 10001110 11011101 101000 100100 0 1101 11101010 111000 1000101

Color Harmonies of #858EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858EDD

Black with #858EDD

Text Example


Text Example

White with #858EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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