#94A6ED

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

Shades of Portage #94A6ED

Tints of Portage #94A6ED

Color information

#94A6ED (or 0x94A6ED) is unknown color: approx Portage. HEX triplet: 94, A6 and ED. RGB value is (148,166,237). Sum of RGB (Red+Green+Blue) = 148+166+237=551 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.86% from 551); Green value is 166 (65.23% from 255 or 30.13% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #94A6ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94A6ED is #6B5912. Grayscale: #A8A8A8. Windows color (decimal): -7035155 or 15574676. OLE color: 15574676.

HSL color Cylindrical-coordinate representation of color #94A6ED: hue angle of 227.87º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94A6ED is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB148166237-
CMYK0.380.3000.07
HSL227.87º71.2%75.49%-
HSV(B)227.87º37.55%92.94%-
XYZ41.1439.6885.61-
YUV168.71166.54113.23-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.86%
GREEN value IS 166 (65.23% from 255) = 30.13%
BLUE value IS 237 (92.97% from 255) = 43.01%
R=26.86%
G=30.13%
B=43.01%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1481662370.380.3000.07227.8771.275.49
Hex94A6ED261E07e4474b
Octal224246355463607344107113
Binary1001010010100110111011011001101111001111110010010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,166,237); }

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

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

 a { background-color: rgb(148,166,237); }

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

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

 span { border-color: rgb(148,166,237); }

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