Html Css Color HEX #8590EC Portage

📋 copy color: '#8590EC'

red 133 ◦ green 144 ◦ blue 236

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

Shades of Portage #8590EC

Tints of Portage #8590EC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.07%

 BLUE value IS 236 (92.58% from 255) = 46%

R = 25.93%
G = 28.07%
B = 46%

CMYK

 C value IS 0.44

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8590EC (or 0x8590EC) is known color: Portage. HEX triplet: 85, 90 and EC. RGB value is (133,144,236). Sum of RGB (Red+Green+Blue) = 133+144+236=513 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.93% from 513); Green value is 144 (56.64% from 255 or 28.07% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #8590EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8590EC is #7A6F13. Grayscale: #969696. Windows color (decimal): -8023828 or 15503493. OLE color: 15503493.

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

Color convert

RGB 133 144 236 -
CMYK 0.44 0.39 0 0.07
HSL 233.59º 0.73% 0.72% -
HSV(B) 233.59º 0.44% 0.93% -
XYZ 34.79 30.99 83.5 -
YUV 151.2 175.86 115.02 -
System Red Green Blue C M Y K H S L
Decimal 133 144 236 0.44 0.39 0 0.07 233.59 0.73 0.72
Hex 85 90 EC 2C 27 0 7 EA 49 48
Octal 205 220 354 54 47 0 7 352 111 110
Binary 10000101 10010000 11101100 101100 100111 0 111 11101010 1001001 1001000

Color Harmonies of #8590EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8590EC

Black with #8590EC

Text Example


Text Example

White with #8590EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8590EC; }

 p { color: rgb(133,144,236); }

 H1.HeaderClassName
 {
   color: #8590EC;
 }
 .AnyTagClassName
 {
   color: #8590EC;
 }
</style>

background-color css

<style>
 a { background-color: #8590EC; }

 a { background-color: rgb(133,144,236); }

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

border-color css

<style>
 span { border-color: #8590EC; }

 span { border-color: rgb(133,144,236); }

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