Html Css Color HEX #858ACB Portage

📋 copy color: '#858ACB'

red 133 ◦ green 138 ◦ blue 203

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

Shades of Portage #858ACB

Tints of Portage #858ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.83%

R = 28.06%
G = 29.11%
B = 42.83%

CMYK

 C value IS 0.34

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#858ACB (or 0x858ACB) is known color: Portage. HEX triplet: 85, 8A and CB. RGB value is (133,138,203). Sum of RGB (Red+Green+Blue) = 133+138+203=474 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.06% from 474); Green value is 138 (54.30% from 255 or 29.11% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #858ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858ACB is #7A7534. Grayscale: #8F8F8F. Windows color (decimal): -8025397 or 13339269. OLE color: 13339269.

HSL color Cylindrical-coordinate representation of color #858ACB: hue angle of 235.71º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #858ACB is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 133 138 203 -
CMYK 0.34 0.32 0 0.20
HSL 235.71º 0.4% 0.66% -
HSV(B) 235.71º 0.34% 0.8% -
XYZ 29.54 27.48 60.25 -
YUV 143.92 161.34 120.21 -
System Red Green Blue C M Y K H S L
Decimal 133 138 203 0.34 0.32 0 0.20 235.71 0.4 0.66
Hex 85 8A CB 22 20 0 14 EC 28 42
Octal 205 212 313 42 40 0 24 354 50 102
Binary 10000101 10001010 11001011 100010 100000 0 10100 11101100 101000 1000010

Color Harmonies of #858ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858ACB

Black with #858ACB

Text Example


Text Example

White with #858ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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