Html Css Color HEX #858ADB Portage

📋 copy color: '#858ADB'

red 133 ◦ green 138 ◦ blue 219

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

Shades of Portage #858ADB

Tints of Portage #858ADB

RGB

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

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

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

R = 27.14%
G = 28.16%
B = 44.69%

CMYK

 C value IS 0.39

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#858ADB (or 0x858ADB) is known color: Portage. HEX triplet: 85, 8A and DB. RGB value is (133,138,219). Sum of RGB (Red+Green+Blue) = 133+138+219=490 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.14% from 490); Green value is 138 (54.30% from 255 or 28.16% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #858ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858ADB is #7A7524. Grayscale: #919191. Windows color (decimal): -8025381 or 14387845. OLE color: 14387845.

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

Color convert

RGB 133 138 219 -
CMYK 0.39 0.37 0 0.14
HSL 236.51º 0.54% 0.69% -
HSV(B) 236.51º 0.39% 0.86% -
XYZ 31.55 28.28 70.81 -
YUV 145.74 169.34 118.91 -
System Red Green Blue C M Y K H S L
Decimal 133 138 219 0.39 0.37 0 0.14 236.51 0.54 0.69
Hex 85 8A DB 27 25 0 E ED 36 45
Octal 205 212 333 47 45 0 16 355 66 105
Binary 10000101 10001010 11011011 100111 100101 0 1110 11101101 110110 1000101

Color Harmonies of #858ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858ADB

Black with #858ADB

Text Example


Text Example

White with #858ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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