Html Css Color HEX #9590EF Portage

📋 copy color: '#9590EF'

red 149 ◦ green 144 ◦ blue 239

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

Shades of Portage #9590EF

Tints of Portage #9590EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.92%

R = 28.01%
G = 27.07%
B = 44.92%

CMYK

 C value IS 0.38

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9590EF (or 0x9590EF) is known color: Portage. HEX triplet: 95, 90 and EF. RGB value is (149,144,239). Sum of RGB (Red+Green+Blue) = 149+144+239=532 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.01% from 532); Green value is 144 (56.64% from 255 or 27.07% from 532); Blue value is 239 (93.75% from 255 or 44.92% from 532); Max value from RGB is 239 - color contains mainly: blue. Hex color #9590EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9590EF is #6A6F10. Grayscale: #9B9B9B. Windows color (decimal): -6975249 or 15700117. OLE color: 15700117.

HSL color Cylindrical-coordinate representation of color #9590EF: hue angle of 243.16º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9590EF is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 149 144 239 -
CMYK 0.38 0.40 0 0.06
HSL 243.16º 0.75% 0.75% -
HSV(B) 243.16º 0.4% 0.94% -
XYZ 37.95 32.57 85.95 -
YUV 156.33 174.66 122.78 -
System Red Green Blue C M Y K H S L
Decimal 149 144 239 0.38 0.40 0 0.06 243.16 0.75 0.75
Hex 95 90 EF 26 28 0 6 F3 4B 4B
Octal 225 220 357 46 50 0 6 363 113 113
Binary 10010101 10010000 11101111 100110 101000 0 110 11110011 1001011 1001011

Color Harmonies of #9590EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9590EF

Black with #9590EF

Text Example


Text Example

White with #9590EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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