Html Css Color HEX #859CDC Portage

📋 copy color: '#859CDC'

red 133 ◦ green 156 ◦ blue 220

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

Shades of Portage #859CDC

Tints of Portage #859CDC

RGB

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

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

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

R = 26.13%
G = 30.65%
B = 43.22%

CMYK

 C value IS 0.40

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#859CDC (or 0x859CDC) is known color: Portage. HEX triplet: 85, 9C and DC. RGB value is (133,156,220). Sum of RGB (Red+Green+Blue) = 133+156+220=509 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.13% from 509); Green value is 156 (61.33% from 255 or 30.65% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #859CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859CDC is #7A6323. Grayscale: #9C9C9C. Windows color (decimal): -8020772 or 14457989. OLE color: 14457989.

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

Color convert

RGB 133 156 220 -
CMYK 0.40 0.29 0 0.14
HSL 224.14º 0.55% 0.69% -
HSV(B) 224.14º 0.4% 0.86% -
XYZ 34.48 33.93 72.44 -
YUV 156.42 163.88 111.3 -
System Red Green Blue C M Y K H S L
Decimal 133 156 220 0.40 0.29 0 0.14 224.14 0.55 0.69
Hex 85 9C DC 28 1D 0 E E0 37 45
Octal 205 234 334 50 35 0 16 340 67 105
Binary 10000101 10011100 11011100 101000 11101 0 1110 11100000 110111 1000101

Color Harmonies of #859CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859CDC

Black with #859CDC

Text Example


Text Example

White with #859CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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