Html Css Color HEX #859BEF Portage

📋 copy color: '#859BEF'

red 133 ◦ green 155 ◦ blue 239

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

Shades of Portage #859BEF

Tints of Portage #859BEF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.41%

 BLUE value IS 239 (93.75% from 255) = 45.35%

R = 25.24%
G = 29.41%
B = 45.35%

CMYK

 C value IS 0.44

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#859BEF (or 0x859BEF) is known color: Portage. HEX triplet: 85, 9B and EF. RGB value is (133,155,239). Sum of RGB (Red+Green+Blue) = 133+155+239=527 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.24% from 527); Green value is 155 (60.94% from 255 or 29.41% from 527); Blue value is 239 (93.75% from 255 or 45.35% from 527); Max value from RGB is 239 - color contains mainly: blue. Hex color #859BEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859BEF is #7A6410. Grayscale: #9D9D9D. Windows color (decimal): -8021009 or 15702917. OLE color: 15702917.

HSL color Cylindrical-coordinate representation of color #859BEF: hue angle of 227.55º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #859BEF is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 133 155 239 -
CMYK 0.44 0.35 0 0.06
HSL 227.55º 0.77% 0.73% -
HSV(B) 227.55º 0.44% 0.94% -
XYZ 36.97 34.66 86.4 -
YUV 158 173.71 110.17 -
System Red Green Blue C M Y K H S L
Decimal 133 155 239 0.44 0.35 0 0.06 227.55 0.77 0.73
Hex 85 9B EF 2C 23 0 6 E4 4D 49
Octal 205 233 357 54 43 0 6 344 115 111
Binary 10000101 10011011 11101111 101100 100011 0 110 11100100 1001101 1001001

Color Harmonies of #859BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859BEF

Black with #859BEF

Text Example


Text Example

White with #859BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,155,239); }

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

background-color css

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

 a { background-color: rgb(133,155,239); }

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

border-color css

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

 span { border-color: rgb(133,155,239); }

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