Html Css Color HEX #858ADD Portage

📋 copy color: '#858ADD'

red 133 ◦ green 138 ◦ blue 221

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

Shades of Portage #858ADD

Tints of Portage #858ADD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.05%

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

R = 27.03%
G = 28.05%
B = 44.92%

CMYK

 C value IS 0.40

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#858ADD (or 0x858ADD) is known color: Portage. HEX triplet: 85, 8A and DD. RGB value is (133,138,221). Sum of RGB (Red+Green+Blue) = 133+138+221=492 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.03% from 492); Green value is 138 (54.30% from 255 or 28.05% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #858ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858ADD is #7A7522. Grayscale: #919191. Windows color (decimal): -8025379 or 14518917. OLE color: 14518917.

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

Color convert

RGB 133 138 221 -
CMYK 0.40 0.38 0 0.13
HSL 236.59º 0.56% 0.69% -
HSV(B) 236.59º 0.4% 0.87% -
XYZ 31.81 28.38 72.21 -
YUV 145.97 170.34 118.75 -
System Red Green Blue C M Y K H S L
Decimal 133 138 221 0.40 0.38 0 0.13 236.59 0.56 0.69
Hex 85 8A DD 28 26 0 D ED 38 45
Octal 205 212 335 50 46 0 15 355 70 105
Binary 10000101 10001010 11011101 101000 100110 0 1101 11101101 111000 1000101

Color Harmonies of #858ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858ADD

Black with #858ADD

Text Example


Text Example

White with #858ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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