Html Css Color HEX #94A4EE Portage

📋 copy color: '#94A4EE'

red 148 ◦ green 164 ◦ blue 238

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

Shades of Portage #94A4EE

Tints of Portage #94A4EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.27%

R = 26.91%
G = 29.82%
B = 43.27%

CMYK

 C value IS 0.38

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#94A4EE (or 0x94A4EE) is known color: Portage. HEX triplet: 94, A4 and EE. RGB value is (148,164,238). Sum of RGB (Red+Green+Blue) = 148+164+238=550 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.91% from 550); Green value is 164 (64.45% from 255 or 29.82% from 550); Blue value is 238 (93.36% from 255 or 43.27% from 550); Max value from RGB is 238 - color contains mainly: blue. Hex color #94A4EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94A4EE is #6B5B11. Grayscale: #A7A7A7. Windows color (decimal): -7035666 or 15639700. OLE color: 15639700.

HSL color Cylindrical-coordinate representation of color #94A4EE: hue angle of 229.33º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94A4EE is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 164 238 -
CMYK 0.38 0.31 0 0.07
HSL 229.33º 0.73% 0.76% -
HSV(B) 229.33º 0.38% 0.93% -
XYZ 40.92 39.02 86.26 -
YUV 167.65 167.7 113.98 -
System Red Green Blue C M Y K H S L
Decimal 148 164 238 0.38 0.31 0 0.07 229.33 0.73 0.76
Hex 94 A4 EE 26 1F 0 7 E5 49 4C
Octal 224 244 356 46 37 0 7 345 111 114
Binary 10010100 10100100 11101110 100110 11111 0 111 11100101 1001001 1001100

Color Harmonies of #94A4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A4EE

Black with #94A4EE

Text Example


Text Example

White with #94A4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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