Html Css Color HEX #858ADE Portage

📋 copy color: '#858ADE'

red 133 ◦ green 138 ◦ blue 222

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

Shades of Portage #858ADE

Tints of Portage #858ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.03%

R = 26.98%
G = 27.99%
B = 45.03%

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

#858ADE (or 0x858ADE) is known color: Portage. HEX triplet: 85, 8A and DE. RGB value is (133,138,222). Sum of RGB (Red+Green+Blue) = 133+138+222=493 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.98% from 493); Green value is 138 (54.30% from 255 or 27.99% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 222 - color contains mainly: blue. Hex color #858ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858ADE is #7A7521. Grayscale: #919191. Windows color (decimal): -8025378 or 14584453. OLE color: 14584453.

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

Color convert

RGB 133 138 222 -
CMYK 0.40 0.38 0 0.13
HSL 236.63º 0.57% 0.7% -
HSV(B) 236.63º 0.4% 0.87% -
XYZ 31.95 28.44 72.91 -
YUV 146.08 170.84 118.67 -
System Red Green Blue C M Y K H S L
Decimal 133 138 222 0.40 0.38 0 0.13 236.63 0.57 0.7
Hex 85 8A DE 28 26 0 D ED 39 46
Octal 205 212 336 50 46 0 15 355 71 106
Binary 10000101 10001010 11011110 101000 100110 0 1101 11101101 111001 1000110

Color Harmonies of #858ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858ADE

Black with #858ADE

Text Example


Text Example

White with #858ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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