Html Css Color HEX #859FD7 Portage

📋 copy color: '#859FD7'

red 133 ◦ green 159 ◦ blue 215

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

Shades of Portage #859FD7

Tints of Portage #859FD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.41%

R = 26.23%
G = 31.36%
B = 42.41%

CMYK

 C value IS 0.38

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#859FD7 (or 0x859FD7) is known color: Portage. HEX triplet: 85, 9F and D7. RGB value is (133,159,215). Sum of RGB (Red+Green+Blue) = 133+159+215=507 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.23% from 507); Green value is 159 (62.5% from 255 or 31.36% from 507); Blue value is 215 (84.38% from 255 or 42.41% from 507); Max value from RGB is 215 - color contains mainly: blue. Hex color #859FD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859FD7 is #7A6028. Grayscale: #9D9D9D. Windows color (decimal): -8020009 or 14131077. OLE color: 14131077.

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

Color convert

RGB 133 159 215 -
CMYK 0.38 0.26 0 0.16
HSL 220.98º 0.51% 0.68% -
HSV(B) 220.98º 0.38% 0.84% -
XYZ 34.34 34.69 69.18 -
YUV 157.61 160.39 110.45 -
System Red Green Blue C M Y K H S L
Decimal 133 159 215 0.38 0.26 0 0.16 220.98 0.51 0.68
Hex 85 9F D7 26 1A 0 10 DD 33 44
Octal 205 237 327 46 32 0 20 335 63 104
Binary 10000101 10011111 11010111 100110 11010 0 10000 11011101 110011 1000100

Color Harmonies of #859FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859FD7

Black with #859FD7

Text Example


Text Example

White with #859FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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