Html Css Color HEX #858ACE Portage

📋 copy color: '#858ACE'

red 133 ◦ green 138 ◦ blue 206

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

Shades of Portage #858ACE

Tints of Portage #858ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.19%

R = 27.88%
G = 28.93%
B = 43.19%

CMYK

 C value IS 0.35

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#858ACE (or 0x858ACE) is known color: Portage. HEX triplet: 85, 8A and CE. RGB value is (133,138,206). Sum of RGB (Red+Green+Blue) = 133+138+206=477 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.88% from 477); Green value is 138 (54.30% from 255 or 28.93% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #858ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858ACE is #7A7531. Grayscale: #8F8F8F. Windows color (decimal): -8025394 or 13535877. OLE color: 13535877.

HSL color Cylindrical-coordinate representation of color #858ACE: hue angle of 235.89º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #858ACE is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 138 206 -
CMYK 0.35 0.33 0 0.19
HSL 235.89º 0.43% 0.66% -
HSV(B) 235.89º 0.35% 0.81% -
XYZ 29.9 27.62 62.15 -
YUV 144.26 162.84 119.97 -
System Red Green Blue C M Y K H S L
Decimal 133 138 206 0.35 0.33 0 0.19 235.89 0.43 0.66
Hex 85 8A CE 23 21 0 13 EC 2B 42
Octal 205 212 316 43 41 0 23 354 53 102
Binary 10000101 10001010 11001110 100011 100001 0 10011 11101100 101011 1000010

Color Harmonies of #858ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858ACE

Black with #858ACE

Text Example


Text Example

White with #858ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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