Html Css Color HEX #859CDD Portage

📋 copy color: '#859CDD'

red 133 ◦ green 156 ◦ blue 221

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

Shades of Portage #859CDD

Tints of Portage #859CDD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.59%

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

R = 26.08%
G = 30.59%
B = 43.33%

CMYK

 C value IS 0.40

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#859CDD (or 0x859CDD) is known color: Portage. HEX triplet: 85, 9C and DD. RGB value is (133,156,221). Sum of RGB (Red+Green+Blue) = 133+156+221=510 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.08% from 510); Green value is 156 (61.33% from 255 or 30.59% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #859CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859CDD is #7A6322. Grayscale: #9C9C9C. Windows color (decimal): -8020771 or 14523525. OLE color: 14523525.

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

Color convert

RGB 133 156 221 -
CMYK 0.40 0.29 0 0.13
HSL 224.32º 0.56% 0.69% -
HSV(B) 224.32º 0.4% 0.87% -
XYZ 34.61 33.98 73.14 -
YUV 156.53 164.38 111.21 -
System Red Green Blue C M Y K H S L
Decimal 133 156 221 0.40 0.29 0 0.13 224.32 0.56 0.69
Hex 85 9C DD 28 1D 0 D E0 38 45
Octal 205 234 335 50 35 0 15 340 70 105
Binary 10000101 10011100 11011101 101000 11101 0 1101 11100000 111000 1000101

Color Harmonies of #859CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859CDD

Black with #859CDD

Text Example


Text Example

White with #859CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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