#94A5D7

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

Shades of Portage #94A5D7

Tints of Portage #94A5D7

Color information

#94A5D7 (or 0x94A5D7) is unknown color: approx Portage. HEX triplet: 94, A5 and D7. RGB value is (148,165,215). Sum of RGB (Red+Green+Blue) = 148+165+215=528 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.03% from 528); Green value is 165 (64.84% from 255 or 31.25% from 528); Blue value is 215 (84.38% from 255 or 40.72% from 528); Max value from RGB is 215 - color contains mainly: blue. Hex color #94A5D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A5D7 is #6B5A28. Grayscale: #A5A5A5. Windows color (decimal): -7035433 or 14132628. OLE color: 14132628.

HSL color Cylindrical-coordinate representation of color #94A5D7: hue angle of 224.78º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94A5D7 is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB148165215-
CMYK0.310.2300.16
HSL224.78º45.58%71.18%-
HSV(B)224.78º31.16%84.31%-
XYZ37.9338.1169.65-
YUV165.62155.87115.43-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.03%
GREEN value IS 165 (64.84% from 255) = 31.25%
BLUE value IS 215 (84.38% from 255) = 40.72%
R=28.03%
G=31.25%
B=40.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1481652150.310.2300.16224.7845.5871.18
Hex94A5D71F17010e12e47
Octal224245327372702034156107
Binary1001010010100101110101111111110111010000111000011011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A5D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,165,215); }

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

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

 a { background-color: rgb(148,165,215); }

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

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

 span { border-color: rgb(148,165,215); }

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