Html Css Color HEX #859ADF Portage

📋 copy color: '#859ADF'

red 133 ◦ green 154 ◦ blue 223

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

Shades of Portage #859ADF

Tints of Portage #859ADF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.2%

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

R = 26.08%
G = 30.2%
B = 43.73%

CMYK

 C value IS 0.40

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#859ADF (or 0x859ADF) is known color: Portage. HEX triplet: 85, 9A and DF. RGB value is (133,154,223). Sum of RGB (Red+Green+Blue) = 133+154+223=510 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.08% from 510); Green value is 154 (60.55% from 255 or 30.20% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #859ADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859ADF is #7A6520. Grayscale: #9B9B9B. Windows color (decimal): -8021281 or 14654085. OLE color: 14654085.

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

Color convert

RGB 133 154 223 -
CMYK 0.40 0.31 0 0.13
HSL 226º 0.58% 0.7% -
HSV(B) 226º 0.4% 0.87% -
XYZ 34.55 33.43 74.44 -
YUV 155.59 166.04 111.89 -
System Red Green Blue C M Y K H S L
Decimal 133 154 223 0.40 0.31 0 0.13 226 0.58 0.7
Hex 85 9A DF 28 1F 0 D E2 3A 46
Octal 205 232 337 50 37 0 15 342 72 106
Binary 10000101 10011010 11011111 101000 11111 0 1101 11100010 111010 1000110

Color Harmonies of #859ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859ADF

Black with #859ADF

Text Example


Text Example

White with #859ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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