Html Css Color HEX #859FDC Portage

📋 copy color: '#859FDC'

red 133 ◦ green 159 ◦ blue 220

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

Shades of Portage #859FDC

Tints of Portage #859FDC

RGB

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

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

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

R = 25.98%
G = 31.05%
B = 42.97%

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

#859FDC (or 0x859FDC) is known color: Portage. HEX triplet: 85, 9F and DC. RGB value is (133,159,220). Sum of RGB (Red+Green+Blue) = 133+159+220=512 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.98% from 512); Green value is 159 (62.5% from 255 or 31.05% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #859FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859FDC is #7A6023. Grayscale: #9D9D9D. Windows color (decimal): -8020004 or 14458757. OLE color: 14458757.

HSL color Cylindrical-coordinate representation of color #859FDC: hue angle of 222.07º 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 #859FDC is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 159 220 -
CMYK 0.40 0.28 0 0.14
HSL 222.07º 0.55% 0.69% -
HSV(B) 222.07º 0.4% 0.86% -
XYZ 34.99 34.95 72.61 -
YUV 158.18 162.89 110.04 -
System Red Green Blue C M Y K H S L
Decimal 133 159 220 0.40 0.28 0 0.14 222.07 0.55 0.69
Hex 85 9F DC 28 1C 0 E DE 37 45
Octal 205 237 334 50 34 0 16 336 67 105
Binary 10000101 10011111 11011100 101000 11100 0 1110 11011110 110111 1000101

Color Harmonies of #859FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859FDC

Black with #859FDC

Text Example


Text Example

White with #859FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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