Html Css Color HEX #859DDD Portage

📋 copy color: '#859DDD'

red 133 ◦ green 157 ◦ blue 221

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

Shades of Portage #859DDD

Tints of Portage #859DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.25%

R = 26.03%
G = 30.72%
B = 43.25%

CMYK

 C value IS 0.40

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#859DDD (or 0x859DDD) is known color: Portage. HEX triplet: 85, 9D and DD. RGB value is (133,157,221). Sum of RGB (Red+Green+Blue) = 133+157+221=511 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.03% from 511); Green value is 157 (61.72% from 255 or 30.72% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #859DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859DDD is #7A6222. Grayscale: #9C9C9C. Windows color (decimal): -8020515 or 14523781. OLE color: 14523781.

HSL color Cylindrical-coordinate representation of color #859DDD: hue angle of 223.64º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #859DDD is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 157 221 -
CMYK 0.40 0.29 0 0.13
HSL 223.64º 0.56% 0.69% -
HSV(B) 223.64º 0.4% 0.87% -
XYZ 34.78 34.32 73.2 -
YUV 157.12 164.05 110.8 -
System Red Green Blue C M Y K H S L
Decimal 133 157 221 0.40 0.29 0 0.13 223.64 0.56 0.69
Hex 85 9D DD 28 1D 0 D E0 38 45
Octal 205 235 335 50 35 0 15 340 70 105
Binary 10000101 10011101 11011101 101000 11101 0 1101 11100000 111000 1000101

Color Harmonies of #859DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859DDD

Black with #859DDD

Text Example


Text Example

White with #859DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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