Html Css Color HEX #859FE4 Portage

📋 copy color: '#859FE4'

red 133 ◦ green 159 ◦ blue 228

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

Shades of Portage #859FE4

Tints of Portage #859FE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 43.85%

R = 25.58%
G = 30.58%
B = 43.85%

CMYK

 C value IS 0.42

 M value IS 0.30

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#859FE4 (or 0x859FE4) is known color: Portage. HEX triplet: 85, 9F and E4. RGB value is (133,159,228). Sum of RGB (Red+Green+Blue) = 133+159+228=520 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.58% from 520); Green value is 159 (62.5% from 255 or 30.58% from 520); Blue value is 228 (89.45% from 255 or 43.85% from 520); Max value from RGB is 228 - color contains mainly: blue. Hex color #859FE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859FE4 is #7A601B. Grayscale: #9E9E9E. Windows color (decimal): -8019996 or 14983045. OLE color: 14983045.

HSL color Cylindrical-coordinate representation of color #859FE4: hue angle of 223.58º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #859FE4 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 133 159 228 -
CMYK 0.42 0.30 0 0.11
HSL 223.58º 0.64% 0.71% -
HSV(B) 223.58º 0.42% 0.89% -
XYZ 36.07 35.38 78.33 -
YUV 159.09 166.89 109.39 -
System Red Green Blue C M Y K H S L
Decimal 133 159 228 0.42 0.30 0 0.11 223.58 0.64 0.71
Hex 85 9F E4 2A 1E 0 B E0 40 47
Octal 205 237 344 52 36 0 13 340 100 107
Binary 10000101 10011111 11100100 101010 11110 0 1011 11100000 1000000 1000111

Color Harmonies of #859FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859FE4

Black with #859FE4

Text Example


Text Example

White with #859FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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