Html Css Color HEX #859EDC Portage

📋 copy color: '#859EDC'

red 133 ◦ green 158 ◦ blue 220

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

Shades of Portage #859EDC

Tints of Portage #859EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.05%

R = 26.03%
G = 30.92%
B = 43.05%

CMYK

 C value IS 0.40

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#859EDC (or 0x859EDC) is known color: Portage. HEX triplet: 85, 9E and DC. RGB value is (133,158,220). Sum of RGB (Red+Green+Blue) = 133+158+220=511 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.03% from 511); Green value is 158 (62.11% from 255 or 30.92% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #859EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859EDC is #7A6123. Grayscale: #9D9D9D. Windows color (decimal): -8020260 or 14458501. OLE color: 14458501.

HSL color Cylindrical-coordinate representation of color #859EDC: hue angle of 222.76º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #859EDC is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 158 220 -
CMYK 0.40 0.28 0 0.14
HSL 222.76º 0.55% 0.69% -
HSV(B) 222.76º 0.4% 0.86% -
XYZ 34.82 34.61 72.55 -
YUV 157.59 163.22 110.46 -
System Red Green Blue C M Y K H S L
Decimal 133 158 220 0.40 0.28 0 0.14 222.76 0.55 0.69
Hex 85 9E DC 28 1C 0 E DF 37 45
Octal 205 236 334 50 34 0 16 337 67 105
Binary 10000101 10011110 11011100 101000 11100 0 1110 11011111 110111 1000101

Color Harmonies of #859EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859EDC

Black with #859EDC

Text Example


Text Example

White with #859EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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