Html Css Color HEX #859DFE Portage

📋 copy color: '#859DFE'

red 133 ◦ green 157 ◦ blue 254

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

Shades of Portage #859DFE

Tints of Portage #859DFE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.86%

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

R = 24.45%
G = 28.86%
B = 46.69%

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

#859DFE (or 0x859DFE) is known color: Portage. HEX triplet: 85, 9D and FE. RGB value is (133,157,254). Sum of RGB (Red+Green+Blue) = 133+157+254=544 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.45% from 544); Green value is 157 (61.72% from 255 or 28.86% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #859DFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859DFE is #7A6201. Grayscale: #A0A0A0. Windows color (decimal): -8020482 or 16686469. OLE color: 16686469.

HSL color Cylindrical-coordinate representation of color #859DFE: hue angle of 228.1º 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 #859DFE is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 133 157 254 -
CMYK 0.48 0.38 0 0.00
HSL 228.1º 0.98% 0.76% -
HSV(B) 228.1º 0.48% 1% -
XYZ 39.62 36.26 98.68 -
YUV 160.88 180.55 108.11 -
System Red Green Blue C M Y K H S L
Decimal 133 157 254 0.48 0.38 0 0.00 228.1 0.98 0.76
Hex 85 9D FE 30 26 0 0 E4 62 4C
Octal 205 235 376 60 46 0 0 344 142 114
Binary 10000101 10011101 11111110 110000 100110 0 0 11100100 1100010 1001100

Color Harmonies of #859DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859DFE

Black with #859DFE

Text Example


Text Example

White with #859DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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