Html Css Color HEX #859DDF Portage

📋 copy color: '#859DDF'

red 133 ◦ green 157 ◦ blue 223

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

Shades of Portage #859DDF

Tints of Portage #859DDF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.6%

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

R = 25.93%
G = 30.6%
B = 43.47%

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

#859DDF (or 0x859DDF) is known color: Portage. HEX triplet: 85, 9D and DF. RGB value is (133,157,223). Sum of RGB (Red+Green+Blue) = 133+157+223=513 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.93% from 513); Green value is 157 (61.72% from 255 or 30.60% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #859DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859DDF is #7A6220. Grayscale: #9D9D9D. Windows color (decimal): -8020513 or 14654853. OLE color: 14654853.

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

Color convert

RGB 133 157 223 -
CMYK 0.40 0.30 0 0.13
HSL 224º 0.58% 0.7% -
HSV(B) 224º 0.4% 0.87% -
XYZ 35.05 34.43 74.61 -
YUV 157.35 165.05 110.63 -
System Red Green Blue C M Y K H S L
Decimal 133 157 223 0.40 0.30 0 0.13 224 0.58 0.7
Hex 85 9D DF 28 1E 0 D E0 3A 46
Octal 205 235 337 50 36 0 15 340 72 106
Binary 10000101 10011101 11011111 101000 11110 0 1101 11100000 111010 1000110

Color Harmonies of #859DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859DDF

Black with #859DDF

Text Example


Text Example

White with #859DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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