Html Css Color HEX #94A1DE Portage

📋 copy color: '#94A1DE'

red 148 ◦ green 161 ◦ blue 222

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

Shades of Portage #94A1DE

Tints of Portage #94A1DE

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.32%

 BLUE value IS 222 (87.11% from 255) = 41.81%

R = 27.87%
G = 30.32%
B = 41.81%

CMYK

 C value IS 0.33

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#94A1DE (or 0x94A1DE) is known color: Portage. HEX triplet: 94, A1 and DE. RGB value is (148,161,222). Sum of RGB (Red+Green+Blue) = 148+161+222=531 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.87% from 531); Green value is 161 (63.28% from 255 or 30.32% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 222 - color contains mainly: blue. Hex color #94A1DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A1DE is #6B5E21. Grayscale: #A3A3A3. Windows color (decimal): -7036450 or 14590356. OLE color: 14590356.

HSL color Cylindrical-coordinate representation of color #94A1DE: hue angle of 229.46º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94A1DE is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 161 222 -
CMYK 0.33 0.27 0 0.13
HSL 229.46º 0.53% 0.73% -
HSV(B) 229.46º 0.33% 0.87% -
XYZ 38.14 37.06 74.25 -
YUV 164.07 160.69 116.54 -
System Red Green Blue C M Y K H S L
Decimal 148 161 222 0.33 0.27 0 0.13 229.46 0.53 0.73
Hex 94 A1 DE 21 1B 0 D E5 35 49
Octal 224 241 336 41 33 0 15 345 65 111
Binary 10010100 10100001 11011110 100001 11011 0 1101 11100101 110101 1001001

Color Harmonies of #94A1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A1DE

Black with #94A1DE

Text Example


Text Example

White with #94A1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,161,222); }

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

background-color css

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

 a { background-color: rgb(148,161,222); }

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

border-color css

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

 span { border-color: rgb(148,161,222); }

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