#94A7DC

Color #94A7DC Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #94A7DC

Tints of Portage #94A7DC

Color information

#94A7DC (or 0x94A7DC) is unknown color: approx Portage. HEX triplet: 94, A7 and DC. RGB value is (148,167,220). Sum of RGB (Red+Green+Blue) = 148+167+220=535 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.66% from 535); Green value is 167 (65.62% from 255 or 31.21% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #94A7DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A7DC is #6B5823. Grayscale: #A7A7A7. Windows color (decimal): -7034916 or 14460820. OLE color: 14460820.

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

Color convert

RGB148167220-
CMYK0.330.2400.14
HSL224.17º50.7%72.16%-
HSV(B)224.17º32.73%86.27%-
XYZ38.9539.173.2-
YUV167.36157.71114.19-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.66%
GREEN value IS 167 (65.62% from 255) = 31.21%
BLUE value IS 220 (86.33% from 255) = 41.12%
R=27.66%
G=31.21%
B=41.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1481672200.330.2400.14224.1750.772.16
Hex94A7DC21180Ee03348
Octal224247334413001634063110
Binary1001010010100111110111001000011100001110111000001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #94A7DC;
 }
 .AnyTagClassName
 {
   color: #94A7DC;
 }
</style>
background-color css

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

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

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

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

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

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