Html Css Color HEX #94A4DE Portage

📋 copy color: '#94A4DE'

red 148 ◦ green 164 ◦ blue 222

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

Shades of Portage #94A4DE

Tints of Portage #94A4DE

RGB

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

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

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

R = 27.72%
G = 30.71%
B = 41.57%

CMYK

 C value IS 0.33

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#94A4DE (or 0x94A4DE) is known color: Portage. HEX triplet: 94, A4 and DE. RGB value is (148,164,222). Sum of RGB (Red+Green+Blue) = 148+164+222=534 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.72% from 534); Green value is 164 (64.45% from 255 or 30.71% from 534); Blue value is 222 (87.11% from 255 or 41.57% from 534); Max value from RGB is 222 - color contains mainly: blue. Hex color #94A4DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A4DE is #6B5B21. Grayscale: #A5A5A5. Windows color (decimal): -7035682 or 14591124. OLE color: 14591124.

HSL color Cylindrical-coordinate representation of color #94A4DE: hue angle of 227.03º 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 #94A4DE is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 164 222 -
CMYK 0.33 0.26 0 0.13
HSL 227.03º 0.53% 0.73% -
HSV(B) 227.03º 0.33% 0.87% -
XYZ 38.67 38.12 74.43 -
YUV 165.83 159.7 115.28 -
System Red Green Blue C M Y K H S L
Decimal 148 164 222 0.33 0.26 0 0.13 227.03 0.53 0.73
Hex 94 A4 DE 21 1A 0 D E3 35 49
Octal 224 244 336 41 32 0 15 343 65 111
Binary 10010100 10100100 11011110 100001 11010 0 1101 11100011 110101 1001001

Color Harmonies of #94A4DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A4DE

Black with #94A4DE

Text Example


Text Example

White with #94A4DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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