Html Css Color HEX #858DDB Portage

📋 copy color: '#858DDB'

red 133 ◦ green 141 ◦ blue 219

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

Shades of Portage #858DDB

Tints of Portage #858DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.42%

R = 26.98%
G = 28.6%
B = 44.42%

CMYK

 C value IS 0.39

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#858DDB (or 0x858DDB) is known color: Portage. HEX triplet: 85, 8D and DB. RGB value is (133,141,219). Sum of RGB (Red+Green+Blue) = 133+141+219=493 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.98% from 493); Green value is 141 (55.47% from 255 or 28.60% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #858DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858DDB is #7A7224. Grayscale: #939393. Windows color (decimal): -8024613 or 14388613. OLE color: 14388613.

HSL color Cylindrical-coordinate representation of color #858DDB: hue angle of 234.42º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #858DDB is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 141 219 -
CMYK 0.39 0.36 0 0.14
HSL 234.42º 0.54% 0.69% -
HSV(B) 234.42º 0.39% 0.86% -
XYZ 31.98 29.15 70.96 -
YUV 147.5 168.35 117.66 -
System Red Green Blue C M Y K H S L
Decimal 133 141 219 0.39 0.36 0 0.14 234.42 0.54 0.69
Hex 85 8D DB 27 24 0 E EA 36 45
Octal 205 215 333 47 44 0 16 352 66 105
Binary 10000101 10001101 11011011 100111 100100 0 1110 11101010 110110 1000101

Color Harmonies of #858DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858DDB

Black with #858DDB

Text Example


Text Example

White with #858DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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