Html Css Color HEX #859EDA Portage

📋 copy color: '#859EDA'

red 133 ◦ green 158 ◦ blue 218

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

Shades of Portage #859EDA

Tints of Portage #859EDA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.04%

 BLUE value IS 218 (85.55% from 255) = 42.83%

R = 26.13%
G = 31.04%
B = 42.83%

CMYK

 C value IS 0.39

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#859EDA (or 0x859EDA) is known color: Portage. HEX triplet: 85, 9E and DA. RGB value is (133,158,218). Sum of RGB (Red+Green+Blue) = 133+158+218=509 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.13% from 509); Green value is 158 (62.11% from 255 or 31.04% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #859EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859EDA is #7A6125. Grayscale: #9D9D9D. Windows color (decimal): -8020262 or 14327429. OLE color: 14327429.

HSL color Cylindrical-coordinate representation of color #859EDA: hue angle of 222.35º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #859EDA is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 133 158 218 -
CMYK 0.39 0.28 0 0.15
HSL 222.35º 0.53% 0.69% -
HSV(B) 222.35º 0.39% 0.85% -
XYZ 34.55 34.5 71.17 -
YUV 157.37 162.22 110.62 -
System Red Green Blue C M Y K H S L
Decimal 133 158 218 0.39 0.28 0 0.15 222.35 0.53 0.69
Hex 85 9E DA 27 1C 0 F DE 35 45
Octal 205 236 332 47 34 0 17 336 65 105
Binary 10000101 10011110 11011010 100111 11100 0 1111 11011110 110101 1000101

Color Harmonies of #859EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859EDA

Black with #859EDA

Text Example


Text Example

White with #859EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,158,218); }

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

background-color css

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

 a { background-color: rgb(133,158,218); }

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

border-color css

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

 span { border-color: rgb(133,158,218); }

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