Html Css Color HEX #858ADC Portage

📋 copy color: '#858ADC'

red 133 ◦ green 138 ◦ blue 220

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

Shades of Portage #858ADC

Tints of Portage #858ADC

RGB

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

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

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

R = 27.09%
G = 28.11%
B = 44.81%

CMYK

 C value IS 0.40

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#858ADC (or 0x858ADC) is known color: Portage. HEX triplet: 85, 8A and DC. RGB value is (133,138,220). Sum of RGB (Red+Green+Blue) = 133+138+220=491 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.09% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #858ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858ADC is #7A7523. Grayscale: #919191. Windows color (decimal): -8025380 or 14453381. OLE color: 14453381.

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

Color convert

RGB 133 138 220 -
CMYK 0.40 0.37 0 0.14
HSL 236.55º 0.55% 0.69% -
HSV(B) 236.55º 0.4% 0.86% -
XYZ 31.68 28.33 71.51 -
YUV 145.85 169.84 118.83 -
System Red Green Blue C M Y K H S L
Decimal 133 138 220 0.40 0.37 0 0.14 236.55 0.55 0.69
Hex 85 8A DC 28 25 0 E ED 37 45
Octal 205 212 334 50 45 0 16 355 67 105
Binary 10000101 10001010 11011100 101000 100101 0 1110 11101101 110111 1000101

Color Harmonies of #858ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858ADC

Black with #858ADC

Text Example


Text Example

White with #858ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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