Html Css Color HEX #94A4DC Portage

📋 copy color: '#94A4DC'

red 148 ◦ green 164 ◦ blue 220

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

Shades of Portage #94A4DC

Tints of Portage #94A4DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.35%

R = 27.82%
G = 30.83%
B = 41.35%

CMYK

 C value IS 0.33

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#94A4DC (or 0x94A4DC) is known color: Portage. HEX triplet: 94, A4 and DC. RGB value is (148,164,220). Sum of RGB (Red+Green+Blue) = 148+164+220=532 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.82% from 532); Green value is 164 (64.45% from 255 or 30.83% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #94A4DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A4DC is #6B5B23. Grayscale: #A5A5A5. Windows color (decimal): -7035684 or 14460052. OLE color: 14460052.

HSL color Cylindrical-coordinate representation of color #94A4DC: hue angle of 226.67º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94A4DC is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 164 220 -
CMYK 0.33 0.25 0 0.14
HSL 226.67º 0.51% 0.72% -
HSV(B) 226.67º 0.33% 0.86% -
XYZ 38.41 38.01 73.02 -
YUV 165.6 158.7 115.45 -
System Red Green Blue C M Y K H S L
Decimal 148 164 220 0.33 0.25 0 0.14 226.67 0.51 0.72
Hex 94 A4 DC 21 19 0 E E3 33 48
Octal 224 244 334 41 31 0 16 343 63 110
Binary 10010100 10100100 11011100 100001 11001 0 1110 11100011 110011 1001000

Color Harmonies of #94A4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A4DC

Black with #94A4DC

Text Example


Text Example

White with #94A4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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