Html Css Color HEX #859BDD Portage

📋 copy color: '#859BDD'

red 133 ◦ green 155 ◦ blue 221

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

Shades of Portage #859BDD

Tints of Portage #859BDD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.45%

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

R = 26.13%
G = 30.45%
B = 43.42%

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

#859BDD (or 0x859BDD) is known color: Portage. HEX triplet: 85, 9B and DD. RGB value is (133,155,221). Sum of RGB (Red+Green+Blue) = 133+155+221=509 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.13% from 509); Green value is 155 (60.94% from 255 or 30.45% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #859BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859BDD is #7A6422. Grayscale: #9B9B9B. Windows color (decimal): -8021027 or 14523269. OLE color: 14523269.

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

Color convert

RGB 133 155 221 -
CMYK 0.40 0.30 0 0.13
HSL 225º 0.56% 0.69% -
HSV(B) 225º 0.4% 0.87% -
XYZ 34.45 33.65 73.09 -
YUV 155.95 164.71 111.63 -
System Red Green Blue C M Y K H S L
Decimal 133 155 221 0.40 0.30 0 0.13 225 0.56 0.69
Hex 85 9B DD 28 1E 0 D E1 38 45
Octal 205 233 335 50 36 0 15 341 70 105
Binary 10000101 10011011 11011101 101000 11110 0 1101 11100001 111000 1000101

Color Harmonies of #859BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859BDD

Black with #859BDD

Text Example


Text Example

White with #859BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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