#94A1CD

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

Shades of Portage #94A1CD

Tints of Portage #94A1CD

Color information

#94A1CD (or 0x94A1CD) is unknown color: approx Portage. HEX triplet: 94, A1 and CD. RGB value is (148,161,205). Sum of RGB (Red+Green+Blue) = 148+161+205=514 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.79% from 514); Green value is 161 (63.28% from 255 or 31.32% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 205 - color contains mainly: blue. Hex color #94A1CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A1CD is #6B5E32. Grayscale: #A1A1A1. Windows color (decimal): -7036467 or 13476244. OLE color: 13476244.

HSL color Cylindrical-coordinate representation of color #94A1CD: hue angle of 226.32º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94A1CD is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB148161205-
CMYK0.280.2100.20
HSL226.32º36.31%69.22%-
HSV(B)226.32º27.8%80.39%-
XYZ35.9836.1962.85-
YUV162.13152.19117.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.79%
GREEN value IS 161 (63.28% from 255) = 31.32%
BLUE value IS 205 (80.47% from 255) = 39.88%
R=28.79%
G=31.32%
B=39.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1481612050.280.2100.20226.3236.3169.22
Hex94A1CD1C15014e22445
Octal224241315342502434244105
Binary1001010010100001110011011110010101010100111000101001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,161,205); }

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

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

 a { background-color: rgb(148,161,205); }

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

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

 span { border-color: rgb(148,161,205); }

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