Html Css Color HEX #859CEF Portage

📋 copy color: '#859CEF'

red 133 ◦ green 156 ◦ blue 239

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

Shades of Portage #859CEF

Tints of Portage #859CEF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.55%

 BLUE value IS 239 (93.75% from 255) = 45.27%

R = 25.19%
G = 29.55%
B = 45.27%

CMYK

 C value IS 0.44

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#859CEF (or 0x859CEF) is known color: Portage. HEX triplet: 85, 9C and EF. RGB value is (133,156,239). Sum of RGB (Red+Green+Blue) = 133+156+239=528 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.19% from 528); Green value is 156 (61.33% from 255 or 29.55% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 239 - color contains mainly: blue. Hex color #859CEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859CEF is #7A6310. Grayscale: #9E9E9E. Windows color (decimal): -8020753 or 15703173. OLE color: 15703173.

HSL color Cylindrical-coordinate representation of color #859CEF: hue angle of 226.98º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #859CEF is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 133 156 239 -
CMYK 0.44 0.35 0 0.06
HSL 226.98º 0.77% 0.73% -
HSV(B) 226.98º 0.44% 0.94% -
XYZ 37.14 35 86.46 -
YUV 158.59 173.38 109.75 -
System Red Green Blue C M Y K H S L
Decimal 133 156 239 0.44 0.35 0 0.06 226.98 0.77 0.73
Hex 85 9C EF 2C 23 0 6 E3 4D 49
Octal 205 234 357 54 43 0 6 343 115 111
Binary 10000101 10011100 11101111 101100 100011 0 110 11100011 1001101 1001001

Color Harmonies of #859CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859CEF

Black with #859CEF

Text Example


Text Example

White with #859CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,156,239); }

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

background-color css

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

 a { background-color: rgb(133,156,239); }

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

border-color css

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

 span { border-color: rgb(133,156,239); }

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