#94A7F1

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

Shades of Portage #94A7F1

Tints of Portage #94A7F1

Color information

#94A7F1 (or 0x94A7F1) is unknown color: approx Portage. HEX triplet: 94, A7 and F1. RGB value is (148,167,241). Sum of RGB (Red+Green+Blue) = 148+167+241=556 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.62% from 556); Green value is 167 (65.62% from 255 or 30.04% from 556); Blue value is 241 (94.53% from 255 or 43.35% from 556); Max value from RGB is 241 - color contains mainly: blue. Hex color #94A7F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94A7F1 is #6B580E. Grayscale: #A9A9A9. Windows color (decimal): -7034895 or 15837076. OLE color: 15837076.

HSL color Cylindrical-coordinate representation of color #94A7F1: hue angle of 227.74º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94A7F1 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB148167241-
CMYK0.390.3100.05
HSL227.74º76.86%76.27%-
HSV(B)227.74º38.59%94.51%-
XYZ41.9140.2888.79-
YUV169.76168.21112.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.62%
GREEN value IS 167 (65.62% from 255) = 30.04%
BLUE value IS 241 (94.53% from 255) = 43.35%
R=26.62%
G=30.04%
B=43.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1481672410.390.3100.05227.7476.8676.27
Hex94A7F1271F05e44d4c
Octal224247361473705344115114
Binary1001010010100111111100011001111111101011110010010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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