Html Css Color HEX #859FEE Portage

📋 copy color: '#859FEE'

red 133 ◦ green 159 ◦ blue 238

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

Shades of Portage #859FEE

Tints of Portage #859FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.91%

R = 25.09%
G = 30%
B = 44.91%

CMYK

 C value IS 0.44

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#859FEE (or 0x859FEE) is known color: Portage. HEX triplet: 85, 9F and EE. RGB value is (133,159,238). Sum of RGB (Red+Green+Blue) = 133+159+238=530 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.09% from 530); Green value is 159 (62.5% from 255 or 30% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 238 - color contains mainly: blue. Hex color #859FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859FEE is #7A6011. Grayscale: #9F9F9F. Windows color (decimal): -8019986 or 15638405. OLE color: 15638405.

HSL color Cylindrical-coordinate representation of color #859FEE: hue angle of 225.14º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #859FEE is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 159 238 -
CMYK 0.44 0.33 0 0.07
HSL 225.14º 0.76% 0.73% -
HSV(B) 225.14º 0.44% 0.93% -
XYZ 37.5 35.96 85.85 -
YUV 160.23 171.89 108.58 -
System Red Green Blue C M Y K H S L
Decimal 133 159 238 0.44 0.33 0 0.07 225.14 0.76 0.73
Hex 85 9F EE 2C 21 0 7 E1 4C 49
Octal 205 237 356 54 41 0 7 341 114 111
Binary 10000101 10011111 11101110 101100 100001 0 111 11100001 1001100 1001001

Color Harmonies of #859FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859FEE

Black with #859FEE

Text Example


Text Example

White with #859FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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