Html Css Color HEX #9590EC Portage

📋 copy color: '#9590EC'

red 149 ◦ green 144 ◦ blue 236

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

Shades of Portage #9590EC

Tints of Portage #9590EC

RGB

 RED value IS 149 (58.59% from 255) = 28.17%

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

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

R = 28.17%
G = 27.22%
B = 44.61%

CMYK

 C value IS 0.37

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9590EC (or 0x9590EC) is known color: Portage. HEX triplet: 95, 90 and EC. RGB value is (149,144,236). Sum of RGB (Red+Green+Blue) = 149+144+236=529 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.17% from 529); Green value is 144 (56.64% from 255 or 27.22% from 529); Blue value is 236 (92.58% from 255 or 44.61% from 529); Max value from RGB is 236 - color contains mainly: blue. Hex color #9590EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9590EC is #6A6F13. Grayscale: #9B9B9B. Windows color (decimal): -6975252 or 15503509. OLE color: 15503509.

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

Color convert

RGB 149 144 236 -
CMYK 0.37 0.39 0 0.07
HSL 243.26º 0.71% 0.75% -
HSV(B) 243.26º 0.39% 0.93% -
XYZ 37.51 32.39 83.63 -
YUV 155.98 173.16 123.02 -
System Red Green Blue C M Y K H S L
Decimal 149 144 236 0.37 0.39 0 0.07 243.26 0.71 0.75
Hex 95 90 EC 25 27 0 7 F3 47 4B
Octal 225 220 354 45 47 0 7 363 107 113
Binary 10010101 10010000 11101100 100101 100111 0 111 11110011 1000111 1001011

Color Harmonies of #9590EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9590EC

Black with #9590EC

Text Example


Text Example

White with #9590EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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