Html Css Color HEX #859FD8 Portage

📋 copy color: '#859FD8'

red 133 ◦ green 159 ◦ blue 216

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

Shades of Portage #859FD8

Tints of Portage #859FD8

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.3%

 BLUE value IS 216 (84.77% from 255) = 42.52%

R = 26.18%
G = 31.3%
B = 42.52%

CMYK

 C value IS 0.38

 M value IS 0.26

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#859FD8 (or 0x859FD8) is known color: Portage. HEX triplet: 85, 9F and D8. RGB value is (133,159,216). Sum of RGB (Red+Green+Blue) = 133+159+216=508 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.18% from 508); Green value is 159 (62.5% from 255 or 31.30% from 508); Blue value is 216 (84.77% from 255 or 42.52% from 508); Max value from RGB is 216 - color contains mainly: blue. Hex color #859FD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859FD8 is #7A6027. Grayscale: #9D9D9D. Windows color (decimal): -8020008 or 14196613. OLE color: 14196613.

HSL color Cylindrical-coordinate representation of color #859FD8: hue angle of 221.2º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #859FD8 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 133 159 216 -
CMYK 0.38 0.26 0 0.15
HSL 221.2º 0.52% 0.68% -
HSV(B) 221.2º 0.38% 0.85% -
XYZ 34.47 34.74 69.85 -
YUV 157.72 160.89 110.37 -
System Red Green Blue C M Y K H S L
Decimal 133 159 216 0.38 0.26 0 0.15 221.2 0.52 0.68
Hex 85 9F D8 26 1A 0 F DD 34 44
Octal 205 237 330 46 32 0 17 335 64 104
Binary 10000101 10011111 11011000 100110 11010 0 1111 11011101 110100 1000100

Color Harmonies of #859FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859FD8

Black with #859FD8

Text Example


Text Example

White with #859FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,159,216); }

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

background-color css

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

 a { background-color: rgb(133,159,216); }

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

border-color css

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

 span { border-color: rgb(133,159,216); }

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