Html Css Color HEX #858DCB Portage

📋 copy color: '#858DCB'

red 133 ◦ green 141 ◦ blue 203

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

Shades of Portage #858DCB

Tints of Portage #858DCB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.56%

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

R = 27.88%
G = 29.56%
B = 42.56%

CMYK

 C value IS 0.34

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#858DCB (or 0x858DCB) is known color: Portage. HEX triplet: 85, 8D and CB. RGB value is (133,141,203). Sum of RGB (Red+Green+Blue) = 133+141+203=477 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.88% from 477); Green value is 141 (55.47% from 255 or 29.56% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #858DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858DCB is #7A7234. Grayscale: #919191. Windows color (decimal): -8024629 or 13340037. OLE color: 13340037.

HSL color Cylindrical-coordinate representation of color #858DCB: hue angle of 233.14º 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 #858DCB is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 133 141 203 -
CMYK 0.34 0.31 0 0.20
HSL 233.14º 0.4% 0.66% -
HSV(B) 233.14º 0.34% 0.8% -
XYZ 29.98 28.35 60.39 -
YUV 145.68 160.35 118.96 -
System Red Green Blue C M Y K H S L
Decimal 133 141 203 0.34 0.31 0 0.20 233.14 0.4 0.66
Hex 85 8D CB 22 1F 0 14 E9 28 42
Octal 205 215 313 42 37 0 24 351 50 102
Binary 10000101 10001101 11001011 100010 11111 0 10100 11101001 101000 1000010

Color Harmonies of #858DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858DCB

Black with #858DCB

Text Example


Text Example

White with #858DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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