Html Css Color HEX #859ADD Portage

📋 copy color: '#859ADD'

red 133 ◦ green 154 ◦ blue 221

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

Shades of Portage #859ADD

Tints of Portage #859ADD

RGB

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

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

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

R = 26.18%
G = 30.31%
B = 43.5%

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

#859ADD (or 0x859ADD) is known color: Portage. HEX triplet: 85, 9A and DD. RGB value is (133,154,221). Sum of RGB (Red+Green+Blue) = 133+154+221=508 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.18% from 508); Green value is 154 (60.55% from 255 or 30.31% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #859ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859ADD is #7A6522. Grayscale: #9B9B9B. Windows color (decimal): -8021283 or 14523013. OLE color: 14523013.

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

Color convert

RGB 133 154 221 -
CMYK 0.40 0.30 0 0.13
HSL 225.68º 0.56% 0.69% -
HSV(B) 225.68º 0.4% 0.87% -
XYZ 34.28 33.32 73.03 -
YUV 155.36 165.04 112.05 -
System Red Green Blue C M Y K H S L
Decimal 133 154 221 0.40 0.30 0 0.13 225.68 0.56 0.69
Hex 85 9A DD 28 1E 0 D E2 38 45
Octal 205 232 335 50 36 0 15 342 70 105
Binary 10000101 10011010 11011101 101000 11110 0 1101 11100010 111000 1000101

Color Harmonies of #859ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859ADD

Black with #859ADD

Text Example


Text Example

White with #859ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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