Html Css Color HEX #94A4F9 Portage

📋 copy color: '#94A4F9'

red 148 ◦ green 164 ◦ blue 249

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

Shades of Portage #94A4F9

Tints of Portage #94A4F9

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.23%

 BLUE value IS 249 (97.66% from 255) = 44.39%

R = 26.38%
G = 29.23%
B = 44.39%

CMYK

 C value IS 0.41

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#94A4F9 (or 0x94A4F9) is known color: Portage. HEX triplet: 94, A4 and F9. RGB value is (148,164,249). Sum of RGB (Red+Green+Blue) = 148+164+249=561 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.38% from 561); Green value is 164 (64.45% from 255 or 29.23% from 561); Blue value is 249 (97.66% from 255 or 44.39% from 561); Max value from RGB is 249 - color contains mainly: blue. Hex color #94A4F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94A4F9 is #6B5B06. Grayscale: #A8A8A8. Windows color (decimal): -7035655 or 16360596. OLE color: 16360596.

HSL color Cylindrical-coordinate representation of color #94A4F9: hue angle of 230.5º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94A4F9 is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 148 164 249 -
CMYK 0.41 0.34 0 0.02
HSL 230.5º 0.89% 0.78% -
HSV(B) 230.5º 0.41% 0.98% -
XYZ 42.59 39.69 95.04 -
YUV 168.91 173.2 113.09 -
System Red Green Blue C M Y K H S L
Decimal 148 164 249 0.41 0.34 0 0.02 230.5 0.89 0.78
Hex 94 A4 F9 29 22 0 2 E6 59 4E
Octal 224 244 371 51 42 0 2 346 131 116
Binary 10010100 10100100 11111001 101001 100010 0 10 11100110 1011001 1001110

Color Harmonies of #94A4F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A4F9

Black with #94A4F9

Text Example


Text Example

White with #94A4F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94A4F9; }

 p { color: rgb(148,164,249); }

 H1.HeaderClassName
 {
   color: #94A4F9;
 }
 .AnyTagClassName
 {
   color: #94A4F9;
 }
</style>

background-color css

<style>
 a { background-color: #94A4F9; }

 a { background-color: rgb(148,164,249); }

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

border-color css

<style>
 span { border-color: #94A4F9; }

 span { border-color: rgb(148,164,249); }

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