Html Css Color HEX #9490F4 Portage

📋 copy color: '#9490F4'

red 148 ◦ green 144 ◦ blue 244

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

Shades of Portage #9490F4

Tints of Portage #9490F4

RGB

 RED value IS 148 (58.2% from 255) = 27.61%

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

 BLUE value IS 244 (95.7% from 255) = 45.52%

R = 27.61%
G = 26.87%
B = 45.52%

CMYK

 C value IS 0.39

 M value IS 0.41

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9490F4 (or 0x9490F4) is known color: Portage. HEX triplet: 94, 90 and F4. RGB value is (148,144,244). Sum of RGB (Red+Green+Blue) = 148+144+244=536 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.61% from 536); Green value is 144 (56.64% from 255 or 26.87% from 536); Blue value is 244 (95.70% from 255 or 45.52% from 536); Max value from RGB is 244 - color contains mainly: blue. Hex color #9490F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9490F4 is #6B6F0B. Grayscale: #9C9C9C. Windows color (decimal): -7040780 or 16027796. OLE color: 16027796.

HSL color Cylindrical-coordinate representation of color #9490F4: hue angle of 242.4º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9490F4 is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 148 144 244 -
CMYK 0.39 0.41 0 0.04
HSL 242.4º 0.82% 0.76% -
HSV(B) 242.4º 0.41% 0.96% -
XYZ 38.52 32.77 89.88 -
YUV 156.6 177.33 121.87 -
System Red Green Blue C M Y K H S L
Decimal 148 144 244 0.39 0.41 0 0.04 242.4 0.82 0.76
Hex 94 90 F4 27 29 0 4 F2 52 4C
Octal 224 220 364 47 51 0 4 362 122 114
Binary 10010100 10010000 11110100 100111 101001 0 100 11110010 1010010 1001100

Color Harmonies of #9490F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9490F4

Black with #9490F4

Text Example


Text Example

White with #9490F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9490F4; }

 p { color: rgb(148,144,244); }

 H1.HeaderClassName
 {
   color: #9490F4;
 }
 .AnyTagClassName
 {
   color: #9490F4;
 }
</style>

background-color css

<style>
 a { background-color: #9490F4; }

 a { background-color: rgb(148,144,244); }

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

border-color css

<style>
 span { border-color: #9490F4; }

 span { border-color: rgb(148,144,244); }

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