Html Css Color HEX #859CDF Portage

📋 copy color: '#859CDF'

red 133 ◦ green 156 ◦ blue 223

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

Shades of Portage #859CDF

Tints of Portage #859CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.55%

R = 25.98%
G = 30.47%
B = 43.55%

CMYK

 C value IS 0.40

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#859CDF (or 0x859CDF) is known color: Portage. HEX triplet: 85, 9C and DF. RGB value is (133,156,223). Sum of RGB (Red+Green+Blue) = 133+156+223=512 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.98% from 512); Green value is 156 (61.33% from 255 or 30.47% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #859CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859CDF is #7A6320. Grayscale: #9C9C9C. Windows color (decimal): -8020769 or 14654597. OLE color: 14654597.

HSL color Cylindrical-coordinate representation of color #859CDF: hue angle of 224.67º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #859CDF is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 156 223 -
CMYK 0.40 0.30 0 0.13
HSL 224.67º 0.58% 0.7% -
HSV(B) 224.67º 0.4% 0.87% -
XYZ 34.88 34.09 74.55 -
YUV 156.76 165.38 111.05 -
System Red Green Blue C M Y K H S L
Decimal 133 156 223 0.40 0.30 0 0.13 224.67 0.58 0.7
Hex 85 9C DF 28 1E 0 D E1 3A 46
Octal 205 234 337 50 36 0 15 341 72 106
Binary 10000101 10011100 11011111 101000 11110 0 1101 11100001 111010 1000110

Color Harmonies of #859CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859CDF

Black with #859CDF

Text Example


Text Example

White with #859CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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