Html Css Color HEX #859FEB Portage

📋 copy color: '#859FEB'

red 133 ◦ green 159 ◦ blue 235

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

Shades of Portage #859FEB

Tints of Portage #859FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.59%

R = 25.24%
G = 30.17%
B = 44.59%

CMYK

 C value IS 0.43

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#859FEB (or 0x859FEB) is known color: Portage. HEX triplet: 85, 9F and EB. RGB value is (133,159,235). Sum of RGB (Red+Green+Blue) = 133+159+235=527 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.24% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 235 (92.19% from 255 or 44.59% from 527); Max value from RGB is 235 - color contains mainly: blue. Hex color #859FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859FEB is #7A6014. Grayscale: #9F9F9F. Windows color (decimal): -8019989 or 15441797. OLE color: 15441797.

HSL color Cylindrical-coordinate representation of color #859FEB: hue angle of 224.71º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #859FEB is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 133 159 235 -
CMYK 0.43 0.32 0 0.08
HSL 224.71º 0.72% 0.72% -
HSV(B) 224.71º 0.43% 0.92% -
XYZ 37.07 35.78 83.55 -
YUV 159.89 170.39 108.82 -
System Red Green Blue C M Y K H S L
Decimal 133 159 235 0.43 0.32 0 0.08 224.71 0.72 0.72
Hex 85 9F EB 2B 20 0 8 E1 48 48
Octal 205 237 353 53 40 0 10 341 110 110
Binary 10000101 10011111 11101011 101011 100000 0 1000 11100001 1001000 1001000

Color Harmonies of #859FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859FEB

Black with #859FEB

Text Example


Text Example

White with #859FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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