Html Css Color HEX #859AFE Portage

📋 copy color: '#859AFE'

red 133 ◦ green 154 ◦ blue 254

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

Shades of Portage #859AFE

Tints of Portage #859AFE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.47%

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

R = 24.58%
G = 28.47%
B = 46.95%

CMYK

 C value IS 0.48

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#859AFE (or 0x859AFE) is known color: Portage. HEX triplet: 85, 9A and FE. RGB value is (133,154,254). Sum of RGB (Red+Green+Blue) = 133+154+254=541 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.58% from 541); Green value is 154 (60.55% from 255 or 28.47% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #859AFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859AFE is #7A6501. Grayscale: #9E9E9E. Windows color (decimal): -8021250 or 16685701. OLE color: 16685701.

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

Color convert

RGB 133 154 254 -
CMYK 0.48 0.39 0 0.00
HSL 229.59º 0.98% 0.76% -
HSV(B) 229.59º 0.48% 1% -
XYZ 39.12 35.25 98.51 -
YUV 159.12 181.54 109.37 -
System Red Green Blue C M Y K H S L
Decimal 133 154 254 0.48 0.39 0 0.00 229.59 0.98 0.76
Hex 85 9A FE 30 27 0 0 E6 62 4C
Octal 205 232 376 60 47 0 0 346 142 114
Binary 10000101 10011010 11111110 110000 100111 0 0 11100110 1100010 1001100

Color Harmonies of #859AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859AFE

Black with #859AFE

Text Example


Text Example

White with #859AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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