Html Css Color HEX #858DDD Portage

📋 copy color: '#858DDD'

red 133 ◦ green 141 ◦ blue 221

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

Shades of Portage #858DDD

Tints of Portage #858DDD

RGB

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

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

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

R = 26.87%
G = 28.48%
B = 44.65%

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

#858DDD (or 0x858DDD) is known color: Portage. HEX triplet: 85, 8D and DD. RGB value is (133,141,221). Sum of RGB (Red+Green+Blue) = 133+141+221=495 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.87% from 495); Green value is 141 (55.47% from 255 or 28.48% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #858DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858DDD is #7A7222. Grayscale: #939393. Windows color (decimal): -8024611 or 14519685. OLE color: 14519685.

HSL color Cylindrical-coordinate representation of color #858DDD: hue angle of 234.55º 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 #858DDD is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 141 221 -
CMYK 0.40 0.36 0 0.13
HSL 234.55º 0.56% 0.69% -
HSV(B) 234.55º 0.4% 0.87% -
XYZ 32.25 29.26 72.35 -
YUV 147.73 169.35 117.5 -
System Red Green Blue C M Y K H S L
Decimal 133 141 221 0.40 0.36 0 0.13 234.55 0.56 0.69
Hex 85 8D DD 28 24 0 D EB 38 45
Octal 205 215 335 50 44 0 15 353 70 105
Binary 10000101 10001101 11011101 101000 100100 0 1101 11101011 111000 1000101

Color Harmonies of #858DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858DDD

Black with #858DDD

Text Example


Text Example

White with #858DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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