Html Css Color HEX #859CD1 Portage

📋 copy color: '#859CD1'

red 133 ◦ green 156 ◦ blue 209

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

Shades of Portage #859CD1

Tints of Portage #859CD1

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.33%

 BLUE value IS 209 (82.03% from 255) = 41.97%

R = 26.71%
G = 31.33%
B = 41.97%

CMYK

 C value IS 0.36

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#859CD1 (or 0x859CD1) is known color: Portage. HEX triplet: 85, 9C and D1. RGB value is (133,156,209). Sum of RGB (Red+Green+Blue) = 133+156+209=498 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.71% from 498); Green value is 156 (61.33% from 255 or 31.33% from 498); Blue value is 209 (82.03% from 255 or 41.97% from 498); Max value from RGB is 209 - color contains mainly: blue. Hex color #859CD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859CD1 is #7A632E. Grayscale: #9A9A9A. Windows color (decimal): -8020783 or 13737093. OLE color: 13737093.

HSL color Cylindrical-coordinate representation of color #859CD1: hue angle of 221.84º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #859CD1 is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 133 156 209 -
CMYK 0.36 0.25 0 0.18
HSL 221.84º 0.45% 0.67% -
HSV(B) 221.84º 0.36% 0.82% -
XYZ 33.07 33.37 65.02 -
YUV 155.17 158.38 112.19 -
System Red Green Blue C M Y K H S L
Decimal 133 156 209 0.36 0.25 0 0.18 221.84 0.45 0.67
Hex 85 9C D1 24 19 0 12 DE 2D 43
Octal 205 234 321 44 31 0 22 336 55 103
Binary 10000101 10011100 11010001 100100 11001 0 10010 11011110 101101 1000011

Color Harmonies of #859CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859CD1

Black with #859CD1

Text Example


Text Example

White with #859CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,156,209); }

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

background-color css

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

 a { background-color: rgb(133,156,209); }

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

border-color css

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

 span { border-color: rgb(133,156,209); }

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