Html Css Color HEX #858EDB Portage

📋 copy color: '#858EDB'

red 133 ◦ green 142 ◦ blue 219

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

Shades of Portage #858EDB

Tints of Portage #858EDB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.74%

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

R = 26.92%
G = 28.74%
B = 44.33%

CMYK

 C value IS 0.39

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#858EDB (or 0x858EDB) is known color: Portage. HEX triplet: 85, 8E and DB. RGB value is (133,142,219). Sum of RGB (Red+Green+Blue) = 133+142+219=494 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.92% from 494); Green value is 142 (55.86% from 255 or 28.74% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #858EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858EDB is #7A7124. Grayscale: #939393. Windows color (decimal): -8024357 or 14388869. OLE color: 14388869.

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

Color convert

RGB 133 142 219 -
CMYK 0.39 0.35 0 0.14
HSL 233.72º 0.54% 0.69% -
HSV(B) 233.72º 0.39% 0.86% -
XYZ 32.13 29.45 71.01 -
YUV 148.09 168.02 117.24 -
System Red Green Blue C M Y K H S L
Decimal 133 142 219 0.39 0.35 0 0.14 233.72 0.54 0.69
Hex 85 8E DB 27 23 0 E EA 36 45
Octal 205 216 333 47 43 0 16 352 66 105
Binary 10000101 10001110 11011011 100111 100011 0 1110 11101010 110110 1000101

Color Harmonies of #858EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858EDB

Black with #858EDB

Text Example


Text Example

White with #858EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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