Html Css Color HEX #859EED Portage

📋 copy color: '#859EED'

red 133 ◦ green 158 ◦ blue 237

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

Shades of Portage #859EED

Tints of Portage #859EED

RGB

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

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

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

R = 25.19%
G = 29.92%
B = 44.89%

CMYK

 C value IS 0.44

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#859EED (or 0x859EED) is known color: Portage. HEX triplet: 85, 9E and ED. RGB value is (133,158,237). Sum of RGB (Red+Green+Blue) = 133+158+237=528 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.19% from 528); Green value is 158 (62.11% from 255 or 29.92% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #859EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859EED is #7A6112. Grayscale: #9F9F9F. Windows color (decimal): -8020243 or 15572613. OLE color: 15572613.

HSL color Cylindrical-coordinate representation of color #859EED: hue angle of 225.58º 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 #859EED is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 158 237 -
CMYK 0.44 0.33 0 0.07
HSL 225.58º 0.74% 0.73% -
HSV(B) 225.58º 0.44% 0.93% -
XYZ 37.19 35.55 85.02 -
YUV 159.53 171.72 109.08 -
System Red Green Blue C M Y K H S L
Decimal 133 158 237 0.44 0.33 0 0.07 225.58 0.74 0.73
Hex 85 9E ED 2C 21 0 7 E2 4A 49
Octal 205 236 355 54 41 0 7 342 112 111
Binary 10000101 10011110 11101101 101100 100001 0 111 11100010 1001010 1001001

Color Harmonies of #859EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859EED

Black with #859EED

Text Example


Text Example

White with #859EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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