Html Css Color HEX #859DDB Portage

📋 copy color: '#859DDB'

red 133 ◦ green 157 ◦ blue 219

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

Shades of Portage #859DDB

Tints of Portage #859DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.84%

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

R = 26.13%
G = 30.84%
B = 43.03%

CMYK

 C value IS 0.39

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#859DDB (or 0x859DDB) is known color: Portage. HEX triplet: 85, 9D and DB. RGB value is (133,157,219). Sum of RGB (Red+Green+Blue) = 133+157+219=509 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.13% from 509); Green value is 157 (61.72% from 255 or 30.84% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #859DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859DDB is #7A6224. Grayscale: #9C9C9C. Windows color (decimal): -8020517 or 14392709. OLE color: 14392709.

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

Color convert

RGB 133 157 219 -
CMYK 0.39 0.28 0 0.14
HSL 223.26º 0.54% 0.69% -
HSV(B) 223.26º 0.39% 0.86% -
XYZ 34.52 34.21 71.8 -
YUV 156.89 163.05 110.96 -
System Red Green Blue C M Y K H S L
Decimal 133 157 219 0.39 0.28 0 0.14 223.26 0.54 0.69
Hex 85 9D DB 27 1C 0 E DF 36 45
Octal 205 235 333 47 34 0 16 337 66 105
Binary 10000101 10011101 11011011 100111 11100 0 1110 11011111 110110 1000101

Color Harmonies of #859DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859DDB

Black with #859DDB

Text Example


Text Example

White with #859DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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