Html Css Color HEX #859EDD Portage

📋 copy color: '#859EDD'

red 133 ◦ green 158 ◦ blue 221

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

Shades of Portage #859EDD

Tints of Portage #859EDD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.86%

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

R = 25.98%
G = 30.86%
B = 43.16%

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

#859EDD (or 0x859EDD) is known color: Portage. HEX triplet: 85, 9E and DD. RGB value is (133,158,221). Sum of RGB (Red+Green+Blue) = 133+158+221=512 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.98% from 512); Green value is 158 (62.11% from 255 or 30.86% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #859EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859EDD is #7A6122. Grayscale: #9D9D9D. Windows color (decimal): -8020259 or 14524037. OLE color: 14524037.

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

Color convert

RGB 133 158 221 -
CMYK 0.40 0.29 0 0.13
HSL 222.95º 0.56% 0.69% -
HSV(B) 222.95º 0.4% 0.87% -
XYZ 34.95 34.66 73.25 -
YUV 157.71 163.72 110.38 -
System Red Green Blue C M Y K H S L
Decimal 133 158 221 0.40 0.29 0 0.13 222.95 0.56 0.69
Hex 85 9E DD 28 1D 0 D DF 38 45
Octal 205 236 335 50 35 0 15 337 70 105
Binary 10000101 10011110 11011101 101000 11101 0 1101 11011111 111000 1000101

Color Harmonies of #859EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859EDD

Black with #859EDD

Text Example


Text Example

White with #859EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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