Html Css Color HEX #859FDD Portage

📋 copy color: '#859FDD'

red 133 ◦ green 159 ◦ blue 221

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

Shades of Portage #859FDD

Tints of Portage #859FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.08%

R = 25.93%
G = 30.99%
B = 43.08%

CMYK

 C value IS 0.40

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#859FDD (or 0x859FDD) is known color: Portage. HEX triplet: 85, 9F and DD. RGB value is (133,159,221). Sum of RGB (Red+Green+Blue) = 133+159+221=513 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.93% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #859FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859FDD is #7A6022. Grayscale: #9E9E9E. Windows color (decimal): -8020003 or 14524293. OLE color: 14524293.

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

Color convert

RGB 133 159 221 -
CMYK 0.40 0.28 0 0.13
HSL 222.27º 0.56% 0.69% -
HSV(B) 222.27º 0.4% 0.87% -
XYZ 35.12 35 73.31 -
YUV 158.29 163.39 109.96 -
System Red Green Blue C M Y K H S L
Decimal 133 159 221 0.40 0.28 0 0.13 222.27 0.56 0.69
Hex 85 9F DD 28 1C 0 D DE 38 45
Octal 205 237 335 50 34 0 15 336 70 105
Binary 10000101 10011111 11011101 101000 11100 0 1101 11011110 111000 1000101

Color Harmonies of #859FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859FDD

Black with #859FDD

Text Example


Text Example

White with #859FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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