Html Css Color HEX #859EFE Portage

📋 copy color: '#859EFE'

red 133 ◦ green 158 ◦ blue 254

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

Shades of Portage #859EFE

Tints of Portage #859EFE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.99%

 BLUE value IS 254 (99.61% from 255) = 46.61%

R = 24.4%
G = 28.99%
B = 46.61%

CMYK

 C value IS 0.48

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#859EFE (or 0x859EFE) is known color: Portage. HEX triplet: 85, 9E and FE. RGB value is (133,158,254). Sum of RGB (Red+Green+Blue) = 133+158+254=545 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.40% from 545); Green value is 158 (62.11% from 255 or 28.99% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #859EFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859EFE is #7A6101. Grayscale: #A1A1A1. Windows color (decimal): -8020226 or 16686725. OLE color: 16686725.

HSL color Cylindrical-coordinate representation of color #859EFE: hue angle of 227.6º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #859EFE is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 133 158 254 -
CMYK 0.48 0.38 0 0.00
HSL 227.6º 0.98% 0.76% -
HSV(B) 227.6º 0.48% 1% -
XYZ 39.79 36.6 98.73 -
YUV 161.47 180.22 107.69 -
System Red Green Blue C M Y K H S L
Decimal 133 158 254 0.48 0.38 0 0.00 227.6 0.98 0.76
Hex 85 9E FE 30 26 0 0 E4 62 4C
Octal 205 236 376 60 46 0 0 344 142 114
Binary 10000101 10011110 11111110 110000 100110 0 0 11100100 1100010 1001100

Color Harmonies of #859EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859EFE

Black with #859EFE

Text Example


Text Example

White with #859EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,158,254); }

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

background-color css

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

 a { background-color: rgb(133,158,254); }

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

border-color css

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

 span { border-color: rgb(133,158,254); }

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