Html Css Color HEX #859AED Portage

📋 copy color: '#859AED'

red 133 ◦ green 154 ◦ blue 237

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

Shades of Portage #859AED

Tints of Portage #859AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.23%

R = 25.38%
G = 29.39%
B = 45.23%

CMYK

 C value IS 0.44

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#859AED (or 0x859AED) is known color: Portage. HEX triplet: 85, 9A and ED. RGB value is (133,154,237). Sum of RGB (Red+Green+Blue) = 133+154+237=524 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.38% from 524); Green value is 154 (60.55% from 255 or 29.39% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #859AED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859AED is #7A6512. Grayscale: #9C9C9C. Windows color (decimal): -8021267 or 15571589. OLE color: 15571589.

HSL color Cylindrical-coordinate representation of color #859AED: hue angle of 227.88º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #859AED is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 154 237 -
CMYK 0.44 0.35 0 0.07
HSL 227.88º 0.74% 0.73% -
HSV(B) 227.88º 0.44% 0.93% -
XYZ 36.51 34.21 84.8 -
YUV 157.18 173.04 110.75 -
System Red Green Blue C M Y K H S L
Decimal 133 154 237 0.44 0.35 0 0.07 227.88 0.74 0.73
Hex 85 9A ED 2C 23 0 7 E4 4A 49
Octal 205 232 355 54 43 0 7 344 112 111
Binary 10000101 10011010 11101101 101100 100011 0 111 11100100 1001010 1001001

Color Harmonies of #859AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859AED

Black with #859AED

Text Example


Text Example

White with #859AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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